Index: wp-admin/css/about.css
===================================================================
--- wp-admin/css/about.css	(revision 28220)
+++ wp-admin/css/about.css	(working copy)
@@ -75,7 +75,7 @@
 }
 
 .about-wrap h3 {
-	margin: 1em 0 .6em;
+	margin: 1em 0 0.6em;
 	font-size: 1.5em;
 	line-height: 1.5em;
 }
@@ -145,8 +145,8 @@
 	display: inline-block;
 	width: 150px;
 	text-rendering: optimizeLegibility;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
 }
 
 
@@ -260,7 +260,7 @@
 }
 
 .about-wrap ul.compact {
-	margin-bottom: 0
+	margin-bottom: 0;
 }
 
 .about-wrap li.wp-person {
Index: wp-admin/css/admin-menu.css
===================================================================
--- wp-admin/css/admin-menu.css	(revision 28220)
+++ wp-admin/css/admin-menu.css	(working copy)
@@ -39,7 +39,7 @@
 
 .icon16:before {
 	color: #999;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	padding: 6px 0;
 	height: 34px;
@@ -47,61 +47,61 @@
 	display: inline-block;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 .icon16.icon-dashboard:before {
-	content: '\f226';
+	content: "\f226";
 }
 
 .icon16.icon-post:before {
-	content: '\f109';
+	content: "\f109";
 }
 
 .icon16.icon-media:before {
-	content: '\f104';
+	content: "\f104";
 }
 
 .icon16.icon-links:before {
-	content: '\f103';
+	content: "\f103";
 }
 
 .icon16.icon-page:before {
-	content: '\f105';
+	content: "\f105";
 }
 
 .icon16.icon-comments:before {
-	content: '\f101';
+	content: "\f101";
 	margin-top: 1px;
 }
 
 .icon16.icon-appearance:before {
-	content: '\f100';
+	content: "\f100";
 }
 
 .icon16.icon-plugins:before {
-	content: '\f106';
+	content: "\f106";
 }
 
 .icon16.icon-users:before {
-	content: '\f110';
+	content: "\f110";
 }
 
 .icon16.icon-tools:before {
-	content: '\f107';
+	content: "\f107";
 }
 
 .icon16.icon-settings:before {
-	content: '\f108';
+	content: "\f108";
 }
 
 .icon16.icon-site:before {
-	content: '\f112'
+	content: "\f112";
 }
 
 .icon16.icon-generic:before {
-	content: '\f111';
+	content: "\f111";
 }
 
 /* hide background-image for icons above */
@@ -201,8 +201,8 @@
 	padding: 7px 0 8px;
 	z-index: 9999;
 	background-color: #333;
-	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
-	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
+	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
 }
 
 .js #adminmenu .sub-open,
@@ -298,8 +298,8 @@
 .folded #adminmenu .wp-has-current-submenu li > a {
 	padding-right: 16px;
 	padding-left: 14px;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 #adminmenu .wp-has-current-submenu ul > li > a,
@@ -358,8 +358,8 @@
 div.wp-menu-image:before {
 	color: #999;
 	padding: 7px 0;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 #adminmenu div.wp-menu-image:before {
@@ -538,8 +538,8 @@
 	line-height: 34px;
 	margin-top: 10px;
 	color: #aaa;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 #collapse-menu:hover,
@@ -571,21 +571,21 @@
 }
 
 #collapse-button div:after {
-	content: '\f148';
+	content: "\f148";
 	display: block;
 	line-height: 15px;
 	left: -3px;
 	top: -3px;
 	color: #aaa;
-	font: normal 20px/1 'dashicons' !important;
+	font: normal 20px/1 "dashicons" !important;
 	speak: none;
 	margin: 0 auto;
 	padding: 0 !important;
 	position: relative;
 	text-align: center;
 	width: 20px;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
@@ -631,7 +631,7 @@
 	.auto-fold #adminmenu .wp-has-current-submenu.opensub .wp-submenu,
 	.auto-fold #adminmenu a.menu-top:focus + .wp-submenu,
 	.auto-fold #adminmenu .wp-has-current-submenu a.menu-top:focus + .wp-submenu  {
-		top: 0px;
+		top: 0;
 		left: 36px;
 	}
 
@@ -877,10 +877,10 @@
 	}
 
 	#wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
-		content: '\f228';
+		content: "\f228";
 		display: inline-block;
 		float: left;
-		font: normal 40px/45px 'Dashicons';
+		font: normal 40px/45px "dashicons";
 		vertical-align: middle;
 		outline: none;
 		margin: 0;
Index: wp-admin/css/color-picker.css
===================================================================
--- wp-admin/css/color-picker.css	(revision 28220)
+++ wp-admin/css/color-picker.css	(working copy)
@@ -24,8 +24,8 @@
 	vertical-align: bottom;
 	display: inline-block;
 	padding-left: 30px;
-	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.08);
-	box-shadow: 0 1px 0 rgba(0,0,0,.08);
+	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
+	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
 }
 
 .wp-color-result:after {
@@ -74,8 +74,8 @@
 
 .wp-color-result:focus {
 	border-color: #888;
-	-webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2 );
-	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2 );
+	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
 }
 
 .wp-color-result:focus:after {
Index: wp-admin/css/common.css
===================================================================
--- wp-admin/css/common.css	(revision 28220)
+++ wp-admin/css/common.css	(working copy)
@@ -145,8 +145,8 @@
 	color: #21759b;
 	z-index: 100000;
 	line-height: normal;
-	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
-	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
+	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 	text-decoration: none;
 	outline: none;
 }
@@ -178,8 +178,8 @@
 .feature-filter,
 .imgedit-group {
 	border: 1px solid #e5e5e5;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 }
 
 table.widefat,
@@ -234,8 +234,8 @@
 	color: #0074a2;
 	-webkit-transition-property: border, background, color;
 	transition-property: border, background, color;
-	-webkit-transition-duration: .05s;
-	transition-duration: .05s;
+	-webkit-transition-duration: 0.05s;
+	transition-duration: 0.05s;
 	-webkit-transition-timing-function: ease-in-out;
 	transition-timing-function: ease-in-out;
 }
@@ -274,7 +274,7 @@
 blockquote:after,
 q:before,
 q:after {
-	content: '';
+	content: "";
 	content: none;
 }
 
@@ -305,13 +305,13 @@
 
 h1 {
 	font-size: 2em;
-	margin: .67em 0;
+	margin: 0.67em 0;
 }
 
 h2 {
 	color: #222;
 	font-size: 1.5em;
-	margin: .83em 0;
+	margin: 0.83em 0;
 	font-weight: 400;
 }
 
@@ -391,7 +391,7 @@
 	padding: 3px 5px 2px 5px;
 	margin: 0 1px;
 	background: #eaeaea;
-	background: rgba(0,0,0,0.07);
+	background: rgba(0, 0, 0, 0.07);
 	font-size: 13px;
 }
 
@@ -406,7 +406,7 @@
 
 .subsubsub a {
 	line-height: 2;
-	padding: .2em;
+	padding: 0.2em;
 	text-decoration: none;
 }
 
@@ -561,15 +561,15 @@
 	border-left: 4px solid #7ad03a;
 	padding: 1px 12px;
 	background-color: #fff;
-	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 }
 
 div.error {
 	border-left: 4px solid #dd3d36;
 	background: #fff;
-	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 	padding: 1px 12px;
 }
 
@@ -631,8 +631,8 @@
 div#widgets-right .widget-top:hover,
 #widgets-left .widget-top:hover {
 	border-color: #999;
-	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 }
 
 .sorthelper {
@@ -746,9 +746,9 @@
 #bulk-titles div a:before {
 	background: none;
 	color: #bbb;
-	content: '\f153';
+	content: "\f153";
 	display: block !important;
-	font: normal 16px/1 'dashicons';
+	font: normal 16px/1 "dashicons";
 	speak: none;
 	height: 20px;
 	margin: 2px 0;
@@ -933,8 +933,8 @@
 	margin: 25px 20px 0 2px;
 	background-color: #fff;
 	border-left: 4px solid #ffba00;
-	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 }
 
 .update-message {
@@ -1023,8 +1023,8 @@
 	background-color: #fff;
 	border: 1px solid #ddd;
 	border-top: none;
-	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
-	box-shadow: 0 1px 0 rgba(0,0,0,.025);
+	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
+	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.025);
 }
 
 #screen-options-link-wrap,
@@ -1035,8 +1035,8 @@
 	border: 1px solid #ddd;
 	border-top: none;
 	background: #fff;
-	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
 }
 
 #screen-meta-links .screen-meta-toggle {
@@ -1056,8 +1056,8 @@
 
 #screen-meta-links a:focus {
 	border-color: #aaa;
-	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
-	box-shadow: 0 2px 3px rgba(0,0,0,0.15);
+	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
+	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
 }
 
 #screen-meta-links a.show-settings {
@@ -1071,8 +1071,8 @@
 
 #screen-meta-links a:after {
 	right: 0;
-	content: '\f140';
-	font: normal 20px/1 'dashicons';
+	content: "\f140";
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: inline-block;
 	padding: 0 5px 0 0;
@@ -1086,7 +1086,7 @@
 }
 
 #screen-meta-links a.screen-meta-active:after {
-	content: '\f142';
+	content: "\f142";
 }
 
 #screen-meta-links a.show-settings:hover {
@@ -1204,8 +1204,8 @@
 	margin: 0 -1px 0 0;
 	border-left: 2px solid #2ea2cc;
 	background: #f6fbfd;
-	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
-	box-shadow: 0 2px 0 rgba(0,0,0,0.02), 0 1px 0 rgba(0,0,0,0.02);
+	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
+	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02), 0 1px 0 rgba(0, 0, 0, 0.02);
 }
 
 .contextual-help-tabs .active a {
@@ -1759,7 +1759,7 @@
 	-webkit-font-smoothing: antialiased;
 	font-size: 20px;
 	line-height: 1;
-	font-family: 'dashicons';
+	font-family: "dashicons";
 	text-decoration: inherit;
 	font-weight: normal;
 	font-style: normal;
@@ -1771,11 +1771,11 @@
 }
 
 .star-rating .star-full:before {
-	content:'\f155';
+	content: "\f155";
 }
 
 .star-rating .star-half:before {
-	content:'\f459';
+	content: "\f459";
 }
 
 .rtl .star-rating .star-half {
@@ -1785,7 +1785,7 @@
 }
 
 .star-rating .star-empty:before {
-	content:'\f154';
+	content: "\f154";
 }
 
 div.action-links {
@@ -1954,8 +1954,8 @@
 	max-width: 100%;
 	width: auto;
 	height: auto;
-	-webkit-box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 }
 
 #plugin-information #section-screenshots li p {
@@ -2085,7 +2085,7 @@
 .js .sidebar-name .sidebar-name-arrow:before,
 .js .meta-box-sortables .postbox .handlediv:before {
 	right: 12px;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: inline-block;
 	padding: 8px 10px;
@@ -2108,12 +2108,12 @@
 /* Show the arrow only on hover */
 .js .sidebar-name .sidebar-name-arrow:before,
 .js .meta-box-sortables .postbox .handlediv:before {
-	content: '\f142';
+	content: "\f142";
 }
 
 .js .widgets-holder-wrap.closed .sidebar-name-arrow:before,
 .js .meta-box-sortables .postbox.closed .handlediv:before {
-	content: '\f140';
+	content: "\f140";
 }
 
 .error a {
@@ -2170,7 +2170,7 @@
 
 #templateside ol,
 #templateside ul {
-	margin: .5em 0;
+	margin: 0.5em 0;
 	padding: 0;
 }
 
@@ -2222,10 +2222,10 @@
 .control-section .accordion-section-title:after,
 .accordion-section-title:after {
 	right: 0;
-	content: '\f140';
+	content: "\f140";
 	border: none;
 	background: none;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: block;
 	padding: 0;
@@ -2271,7 +2271,7 @@
 .control-section.open .accordion-section-title:after,
 #customize-info.open .accordion-section-title:after,
 .nav-menus-php .menu-item-edit-active .item-edit:before {
-	content: '\f142';
+	content: "\f142";
 }
 
 /* Enable draggable on IE10 touch events until it's rolled into jQuery UI core */
Index: wp-admin/css/customize-controls.css
===================================================================
--- wp-admin/css/customize-controls.css	(revision 28220)
+++ wp-admin/css/customize-controls.css	(working copy)
@@ -277,7 +277,7 @@
 
 .customize-control .dropdown-arrow:after {
 	content: "\f140";
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: block;
 	padding: 0;
@@ -544,7 +544,7 @@
 	border: 0;
 }
 #customize-control-header_image .header-view.selected:after {
-	content: '';
+	content: "";
 	position: absolute;
 	height: auto;
 	top: 0; left: 0; bottom: 0; right: 0;
@@ -673,8 +673,8 @@
 	padding: 1em 2em;
 	max-width: 700px;
 	min-width: 0;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
 }
 
 body.cheatin p {
Index: wp-admin/css/customize-widgets.css
===================================================================
--- wp-admin/css/customize-widgets.css	(revision 28220)
+++ wp-admin/css/customize-widgets.css	(working copy)
@@ -98,8 +98,8 @@
 .control-section.accordion-section.highlighted > .accordion-section-title,
 .customize-control-widget_form.highlighted {
 	outline: none;
-	-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
-	box-shadow: 0 0 2px rgba(30,140,190,0.8);
+	-webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
+	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
 	position: relative;
 	z-index: 1;
 }
@@ -169,7 +169,7 @@
 	right: 0;
 	width: 100%;
 	height: 100%;
-	font: normal 20px/43px 'dashicons';
+	font: normal 20px/43px "dashicons";
 	text-align: center;
 	text-indent: 0;
 	-webkit-font-smoothing: antialiased;
@@ -183,15 +183,15 @@
 }
 
 .move-widget:before {
-	content: '\f504';
+	content: "\f504";
 }
 
 .move-widget-down:before {
-	content: '\f347';
+	content: "\f347";
 }
 
 .move-widget-up:before {
-	content: '\f343';
+	content: "\f343";
 }
 
 #customize-theme-controls .first-widget .move-widget-up,
@@ -239,11 +239,11 @@
 
 #customize-theme-controls .widget-area-select li:before {
 	display: none;
-	content: '\f147';
+	content: "\f147";
 	position: absolute;
 	top: 12px;
 	left: 10px;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
@@ -254,7 +254,7 @@
 
 #customize-theme-controls .widget-area-select .selected {
 	color: #fff;
-	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
+	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
 	background: #2ea2cc;
 }
 
@@ -303,7 +303,7 @@
 	position: relative;
 	left: -2px;
 	top: -1px;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	vertical-align: middle;
 	-webkit-transition: all 0.2s;
 	transition: all 0.2s;
@@ -430,7 +430,7 @@
 	width: 20px;
 	height: 20px;
 	color: #333;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	text-align: center;
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
Index: wp-admin/css/dashboard.css
===================================================================
--- wp-admin/css/dashboard.css	(revision 28220)
+++ wp-admin/css/dashboard.css	(working copy)
@@ -122,8 +122,8 @@
 	margin: 16px 0;
 	padding: 23px 10px 0;
 	border: 1px solid #e5e5e5;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 	background: #fff;
 	font-size: 13px;
 	line-height: 2.1em;
@@ -172,8 +172,8 @@
 	position: absolute;
 	left: -18px;
 	margin-top: -2px;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 .wp-core-ui .welcome-panel .button.button-hero {
@@ -222,7 +222,7 @@
 
 .welcome-panel .welcome-icon:before {
 	color: #888;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: inline-block;
 	padding: 0 10px 0 0;
@@ -236,31 +236,31 @@
 
 .welcome-panel .welcome-write-blog:before,
 .welcome-panel .welcome-edit-page:before {
-	content:'\f119';
+	content: "\f119";
 	top: -3px;
 }
 
 .welcome-panel .welcome-add-page:before {
-	content:'\f132';
+	content: "\f132";
 }
 
 .welcome-panel .welcome-view-site:before {
-	content:'\f115';
+	content: "\f115";
 	top: -2px;
 }
 
 .welcome-panel .welcome-widgets-menus:before {
-	content:'\f116';
+	content: "\f116";
 	top: -2px;
 }
 
 .welcome-panel .welcome-comments:before {
-	content:'\f117';
+	content: "\f117";
 	top: -1px;
 }
 
 .welcome-panel .welcome-learn-more:before {
-	content:'\f118';
+	content: "\f118";
 	top: -1px;
 }
 
@@ -415,8 +415,8 @@
 /* Dashboard right now - Icons */
 #dashboard_right_now li a:before,
 #dashboard_right_now li span:before {
-	content: '\f159';
-	font: normal 20px/1 'dashicons';
+	content: "\f159";
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: block;
 	float: left;
@@ -431,28 +431,28 @@
 
 #dashboard_right_now .page-count a:before,
 #dashboard_right_now .page-count span:before {
-	content: '\f105';
+	content: "\f105";
 }
 
 #dashboard_right_now .post-count a:before,
 #dashboard_right_now .post-count span:before {
-	content: '\f109';
+	content: "\f109";
 }
 
 #dashboard_right_now .comment-count a:before {
-	content: '\f101';
+	content: "\f101";
 }
 
 #dashboard_right_now .comment-mod-count a:before {
-	content: '\f125';
+	content: "\f125";
 }
 
 #dashboard_right_now .storage-count a:before {
-	content: '\f104';
+	content: "\f104";
 }
 
 #dashboard_right_now .storage-count.warning a:before {
-	content: '\f153';
+	content: "\f153";
 }
 
 /* Dashboard Quick Draft */
@@ -619,7 +619,7 @@
 }
 
 #dashboard_activity .comment-meta span.approve:before {
-	content: '\f227';
+	content: "\f227";
 	font: 20px/.5 "dashicons";
 	margin-left: 12px;
 	vertical-align: middle;
@@ -649,8 +649,8 @@
 }
 
 #dashboard_activity .no-activity .smiley:before {
-	content: '\f328';
-	font: normal 120px/1 'dashicons';
+	content: "\f328";
+	font: normal 120px/1 "dashicons";
 	speak: none;
 	display: block;
 	margin: 0 5px 0 0;
@@ -937,7 +937,7 @@
 }
 
 .rss-widget cite:before {
-	content: '\2014';
+	content: "\2014";
 }
 
 .dashboard-comment-wrap {
Index: wp-admin/css/deprecated-media.css
===================================================================
--- wp-admin/css/deprecated-media.css	(revision 28220)
+++ wp-admin/css/deprecated-media.css	(working copy)
@@ -256,7 +256,7 @@
 #gallery-settings .title,
 h3.media-title,
 h4.media-sub-title {
-	font-family: Georgia,"Times New Roman",Times,serif;
+	font-family: Georgia, "Times New Roman", Times,serif;
 	font-weight: normal;
 	color: #5A5A5A;
 }
Index: wp-admin/css/edit.css
===================================================================
--- wp-admin/css/edit.css	(revision 28220)
+++ wp-admin/css/edit.css	(working copy)
@@ -176,8 +176,8 @@
 	position: relative;
 	min-width: 255px;
 	border: 1px solid #e5e5e5;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 	background: #fff;
 }
 
@@ -301,7 +301,7 @@
 td.post-title strong,
 td.plugin-title strong {
 	display: block;
-	margin-bottom: .2em;
+	margin-bottom: 0.2em;
 	font-size: 14px;
 }
 
@@ -335,8 +335,8 @@
 	border: 1px solid #e5e5e5;
 	border-top: none;
 	background-color: #f7f7f7;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 }
 
 #post-status-info td {
@@ -405,7 +405,7 @@
 #post-body #visibility:before,
 .curtime #timestamp:before,
 #post-body .misc-pub-revisions:before {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: inline-block;
 	padding: 0 2px 0 0;
@@ -419,16 +419,16 @@
 }
 
 #post-body #visibility:before {
-	content: '\f177';
+	content: "\f177";
 }
 
 .curtime #timestamp:before {
-	content: '\f145';
+	content: "\f145";
 	top: -1px;
 }
 
 #post-body .misc-pub-revisions:before {
-	content: '\f321';
+	content: "\f321";
 }
 
 #timestampdiv {
@@ -452,8 +452,8 @@
 	width: 450px;
 	margin-left: -225px;
 	background: #fff;
-	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 	line-height: 1.5;
 	z-index: 1000005;
 }
@@ -733,7 +733,7 @@
 	display: block;
 	height: 20px;
 	width: 20px;
-	font: normal 20px/1 'dashicons' !important;
+	font: normal 20px/1 "dashicons" !important;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -742,8 +742,8 @@
 .post-state-format:before,
 .post-format-icon:before {
 	color: #ddd;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 a.post-state-format:hover:before,
@@ -772,7 +772,7 @@
 	position: relative;
 	display: inline-block;
 	margin-right: 7px;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -781,61 +781,61 @@
 .post-state-format.post-format-standard:before,
 .post-format-icon.post-format-standard:before,
 a.post-state-format.format-standard:before {
-	content: '\f109';
+	content: "\f109";
 }
 
 .post-state-format.post-format-image:before,
 .post-format-icon.post-format-image:before,
 a.post-state-format.format-image:before {
-	content: '\f128';
+	content: "\f128";
 }
 
 .post-state-format.post-format-gallery:before,
 .post-format-icon.post-format-gallery:before,
 a.post-state-format.format-gallery:before {
-	content: '\f161';
+	content: "\f161";
 }
 
 .post-state-format.post-format-audio:before,
 .post-format-icon.post-format-audio:before,
 a.post-state-format.format-audio:before {
-	content: '\f127';
+	content: "\f127";
 }
 
 .post-state-format.post-format-video:before,
 .post-format-icon.post-format-video:before,
 a.post-state-format.format-video:before {
-	content: '\f126';
+	content: "\f126";
 }
 
 .post-state-format.post-format-chat:before,
 .post-format-icon.post-format-chat:before,
 a.post-state-format.format-chat:before {
-	content: '\f125';
+	content: "\f125";
 }
 
 .post-state-format.post-format-status:before,
 .post-format-icon.post-format-status:before,
 a.post-state-format.format-status:before {
-	content: '\f130';
+	content: "\f130";
 }
 
 .post-state-format.post-format-aside:before,
 .post-format-icon.post-format-aside:before,
 a.post-state-format.format-aside:before {
-	content: '\f123';
+	content: "\f123";
 }
 
 .post-state-format.post-format-quote:before,
 .post-format-icon.post-format-quote:before,
 a.post-state-format.format-quote:before {
-	content: '\f122';
+	content: "\f122";
 }
 
 .post-state-format.post-format-link:before,
 .post-format-icon.post-format-link:before,
 a.post-state-format.format-link:before {
-	content: '\f103';
+	content: "\f103";
 }
 
 /*------------------------------------------------------------------------------
@@ -869,11 +869,11 @@
 }
 
 div.tabs-panel-active {
-	display:block;
+	display: block;
 }
 
 div.tabs-panel-inactive {
-	display:none;
+	display: none;
 }
 
 #front-page-warning,
Index: wp-admin/css/forms.css
===================================================================
--- wp-admin/css/forms.css	(revision 28220)
+++ wp-admin/css/forms.css	(working copy)
@@ -39,10 +39,10 @@
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
-	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
-	-webkit-transition: .05s border-color ease-in-out;
-	transition: .05s border-color ease-in-out;
+	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
+	-webkit-transition: 0.05s border-color ease-in-out;
+	transition: 0.05s border-color ease-in-out;
 }
 
 input[type="radio"]:checked + label:before {
@@ -55,46 +55,46 @@
 }
 
 td > input[type="checkbox"],
-.wp-admin p input[type=checkbox],
-.wp-admin p input[type=radio] {
+.wp-admin p input[type="checkbox"],
+.wp-admin p input[type="radio"] {
 	margin-top: 0;
 }
 
-.wp-admin p label input[type=checkbox] {
+.wp-admin p label input[type="checkbox"] {
 	margin-top: -4px;
 }
 
-.wp-admin p label input[type=radio] {
+.wp-admin p label input[type="radio"] {
 	margin-top: -2px;
 }
 
-input[type=radio] {
+input[type="radio"] {
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	margin-right: 4px;
 	line-height: 10px;
 }
 
-input[type=checkbox]:checked:before,
-input[type=radio]:checked:before {
+input[type="checkbox"]:checked:before,
+input[type="radio"]:checked:before {
 	float: left;
 	display: inline-block;
 	vertical-align: middle;
 	width: 16px;
-	font: normal 21px/1 'dashicons';
+	font: normal 21px/1 "dashicons";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
 
-input[type=checkbox]:checked:before {
-	content: '\f147';
+input[type="checkbox"]:checked:before {
+	content: "\f147";
 	margin: -3px 0 0 -4px;
 	color: #1e8cbe;
 }
 
-input[type=radio]:checked:before {
-	content: '\2022';
+input[type="radio"]:checked:before {
+	content: "\2022";
 	text-indent: -9999px;
 	-webkit-border-radius: 50px;
 	border-radius: 50px;
@@ -111,8 +111,8 @@
 }
 
 @-moz-document url-prefix() {
-	input[type=checkbox],
-	input[type=radio],
+	input[type="checkbox"],
+	input[type="radio"],
 	.form-table input.tog {
 		margin-bottom: -1px;
 	}
@@ -200,12 +200,12 @@
 input[type="url"],
 select {
 	border: 1px solid #ddd;
-	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
-	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
+	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
+	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
 	background-color: #fff;
 	color: #333;
-	-webkit-transition: .05s border-color ease-in-out;
-	transition: .05s border-color ease-in-out;
+	-webkit-transition: 0.05s border-color ease-in-out;
+	transition: 0.05s border-color ease-in-out;
 }
 
 select[disabled] {
@@ -224,8 +224,8 @@
 input[type="radio"]:focus,
 select:focus {
 	border-color: #5b9dd9;
-	-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
-	box-shadow: 0 0 2px rgba(30,140,190,0.8);
+	-webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
+	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
 }
 
 input[readonly] {
@@ -254,17 +254,17 @@
 input.disabled,
 textarea:disabled,
 textarea.disabled {
-	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
-	box-shadow: inset 0 1px 2px rgba(0,0,0,0.04);
-	border-color: rgba(222, 222, 222, .75);
-	background: rgba(255, 255, 255, .5);
-	color: rgba(51, 51, 51, .5);
+	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
+	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
+	border-color: rgba(222, 222, 222, 0.75);
+	background: rgba(255, 255, 255, 0.5);
+	color: rgba(51, 51, 51, 0.5);
 }
 
-input[type=checkbox]:disabled,
-input[type=radio]:disabled,
-input[type=checkbox]:disabled:checked:before,
-input[type=radio]:disabled:checked:before {
+input[type="checkbox"]:disabled,
+input[type="radio"]:disabled,
+input[type="checkbox"]:disabled:checked:before,
+input[type="radio"]:disabled:checked:before {
 	opacity: 0.7;
 }
 
@@ -406,9 +406,9 @@
 }
 
 #misc-publishing-actions label[for="post_status"]:before {
-	content: '\f173';
+	content: "\f173";
 	display: inline-block;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	left: -1px;
 	padding: 0 5px 0 0;
@@ -585,7 +585,7 @@
 }
 
 .form-table input.tog,
-.form-table input[type=radio] {
+.form-table input[type="radio"] {
 	margin-top: -4px;
 	margin-right: 4px;
 	float: none;
@@ -708,8 +708,8 @@
 
 .pressthis a span:before {
 	color: #777;
-	font: normal 20px/1 'dashicons';
-	content:'\f157';
+	font: normal 20px/1 "dashicons";
+	content: "\f157";
 	position: relative;
 	display: inline-block;
 	top: 4px;
@@ -717,7 +717,7 @@
 }
 
 .pressthis a:after {
-	content: '';
+	content: "";
 	width: 70%;
 	height: 55%;
 	z-index: -1;
@@ -760,8 +760,10 @@
 		-webkit-appearance: none;
 	}
 
-	input[type=text], input[type=search],
-	input[type=password], input[type=number] {
+	input[type="text"],
+	input[type="search"],
+	input[type="password"],
+	input[type="number"] {
 		-webkit-appearance: none;
 		padding: 6px 10px;
 	}
@@ -771,32 +773,34 @@
 		padding-top: 10px;
 	}
 
-	input[type=checkbox], .widefat th input[type=checkbox] {
+	input[type=checkbox], 
+	.widefat th input[type="checkbox"] {
 		-webkit-appearance: none;
 		padding: 10px;
 	}
 
-	.widefat th input[type=checkbox] {
+	.widefat th input[type="checkbox"] {
 		margin-bottom: 8px;
 	}
 
-	input[type=checkbox]:checked:before, .widefat th input[type=checkbox]:before {
-		font: normal 30px/1 'Dashicons';
+	input[type="checkbox"]:checked:before,
+	.widefat th input[type="checkbox"]:before {
+		font: normal 30px/1 "dashicons";
 		margin: -3px -5px;
 	}
 
-	input[type=radio],
-	input[type=checkbox] {
+	input[type="radio"],
+	input[type="checkbox"] {
 		height: 25px;
 		width: 25px;
 	}
 
-	.wp-admin p input[type=checkbox],
-	.wp-admin p input[type=radio] {
+	.wp-admin p input[type="checkbox"],
+	.wp-admin p input[type="radio"] {
 		margin-top: -3px;
 	}
 
-	input[type=radio]:checked:before {
+	input[type="radio"]:checked:before {
 		vertical-align: middle;
 		width: 9px;
 		height: 9px;
@@ -804,7 +808,7 @@
 		line-height: 16px;
 	}
 
-	.wp-upload-form input[type=submit] {
+	.wp-upload-form input[type="submit"] {
 		margin-top: 10px;
 	}
 
@@ -866,12 +870,11 @@
 		box-sizing: border-box;
 	}
 
-	input[type=text].small-text,
-	input[type=search].small-text,
-	input[type=password].small-text,
-	input[type=number].small-text,
+	input[type="text"].small-text,
+	input[type="search"].small-text,
+	input[type="password"].small-text,
 	input[type="number"].small-text,
-	.form-table input[type=text].small-text {
+	.form-table input[type="text"].small-text {
 		width: auto;
 		max-width: 55px;
 		display: inline;
@@ -957,7 +960,7 @@
 	}
 
 	.form-wrap .form-field {
-		padding:0;
+		padding: 0;
 	}
 
 	/* users */
@@ -974,4 +977,3 @@
 		width: 49%;
 	}
 }
-
Index: wp-admin/css/ie.css
===================================================================
--- wp-admin/css/ie.css	(revision 28220)
+++ wp-admin/css/ie.css	(working copy)
@@ -650,7 +650,7 @@
 .mce-btn i.mce-i-wp_page,
 .mce-btn i.mce-i-hr,
 .mce-close {
-	font-family: 'tinymce', Arial;
+	font-family: "tinymce", Arial;
 	font-style: normal;
 	font-weight: normal;
 	font-variant: normal;
@@ -661,12 +661,12 @@
 
 .mce-btn i.mce-i-wp_fullscreen,
 .qt-fullscreen {
-	-ie7-icon: '\e023';
+	-ie7-icon: "\e023";
 }
 
 .mce-btn i.mce-i-wp_more,
 .mce-btn i.mce-i-wp_page {
-	-ie7-icon: '\e027';
+	-ie7-icon: "\e027";
 }
 
 .mce-btn i.mce-i-wp_adv {
@@ -675,7 +675,7 @@
 
 .mce-btn i.mce-i-help,
 .mce-btn i.mce-i-wp_help {
-	-ie7-icon: '\e016';
+	-ie7-icon: "\e016";
 }
 
 
Index: wp-admin/css/install.css
===================================================================
--- wp-admin/css/install.css	(revision 28220)
+++ wp-admin/css/install.css	(working copy)
@@ -11,8 +11,8 @@
 	padding: 20px 20px 10px 20px;
 	max-width: 700px;
 	-webkit-font-smoothing: subpixel-antialiased;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
 }
 
 a {
@@ -142,8 +142,8 @@
 	font-size: 15px;
 	padding: 3px 5px;
 	border: 1px solid #ddd;
-	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
-	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
+	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
+	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
 }
 
 input,
@@ -151,8 +151,8 @@
 	font-family: "Open Sans", sans-serif;
 }
 
-.form-table input[type=text],
-.form-table input[type=password] {
+.form-table input[type="text"],
+.form-table input[type="password"] {
 	width: 206px;
 }
 
@@ -267,7 +267,6 @@
 }
 
 @media screen and ( max-width: 782px ) {
-
 	.form-table {
 		margin-top: 0;
 	}
@@ -309,5 +308,4 @@
 		-moz-box-sizing: border-box;
 		box-sizing: border-box;
 	}
-
 }
Index: wp-admin/css/list-tables.css
===================================================================
--- wp-admin/css/list-tables.css	(revision 28220)
+++ wp-admin/css/list-tables.css	(working copy)
@@ -77,7 +77,7 @@
 /* comments */
 
 .commentlist li {
-	padding: 1em 1em .2em;
+	padding: 1em 1em 0.2em;
 	margin: 0;
 	border-bottom: 1px solid #ccc;
 }
@@ -89,7 +89,7 @@
 
 .commentlist p {
 	padding: 0;
-	margin: 0 0 .8em;
+	margin: 0 0 0.8em;
 }
 
 #submitted-on,
@@ -125,7 +125,7 @@
 }
 
 #replyrow h5 {
-	margin: .2em 0 0;
+	margin: 0.2em 0 0;
 	padding: 0 5px;
 	line-height: 1.4em;
 	font-size: 1em;
@@ -226,8 +226,8 @@
 }
 
 th .comment-grey-bubble:before {
-	content: '\f101';
-	font: normal 20px/.5 'dashicons';
+	content: "\f101";
+	font: normal 20px/.5 "dashicons";
 	speak: none;
 	display: inline-block;
 	padding: 0;
@@ -373,8 +373,8 @@
 
 .sorting-indicator:before {
 	background: none;
-	content: '\f142';
-	font: normal 20px/1 'dashicons';
+	content: "\f142";
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: inline-block;
 	padding: 0;
@@ -397,12 +397,12 @@
 
 th.sorted.asc .sorting-indicator:before,
 th.desc:hover span.sorting-indicator:before {
-	content: '\f142';
+	content: "\f142";
 }
 
 th.sorted.desc .sorting-indicator:before,
 th.asc:hover span.sorting-indicator:before {
-	content: '\f140';
+	content: "\f140";
 }
 
 tr.wp-locked .locked-indicator {
@@ -413,10 +413,10 @@
 
 tr.wp-locked .locked-indicator:before {
 	color: #888;
-	content: '\f160';
+	content: "\f160";
 	display: inline-block;
 	float: left;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	vertical-align: middle;
 	margin-left: 0;
@@ -559,7 +559,7 @@
 .tablenav .tablenav-pages a {
 	padding: 0 10px 3px;
 	background: #eee;
-	background: rgba( 0, 0, 0, 0.05 );
+	background: rgba(0, 0, 0, 0.05);
 	font-size: 16px;
 	font-weight: normal;
 }
@@ -576,7 +576,7 @@
 .tablenav .tablenav-pages a.disabled:active {
 	color: #aaa;
 	background: #eee;
-	background: rgba( 0, 0, 0, 0.05 );
+	background: rgba(0, 0, 0, 0.05);
 }
 
 .tablenav .displaying-num {
@@ -634,10 +634,10 @@
 
 .view-switch > a:before {
 	color: #bbb;
-	content: '\f163';
+	content: "\f163";
 	display: inline-block;
 	float: left;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	vertical-align: middle;
 	margin-left: 0;
@@ -655,7 +655,7 @@
 
 .view-switch > a + a:before {
 	margin-left: 5px;
-	content: '\f164';
+	content: "\f164";
 }
 
 .filter {
@@ -822,7 +822,7 @@
 
 /*	Positioning */
 .inline-edit-row h4 {
-	margin: .2em 0;
+	margin: 0.2em 0;
 	padding: 0;
 	line-height: 23px;
 }
@@ -836,7 +836,7 @@
 .inline-edit-row fieldset label,
 .inline-edit-row fieldset span.inline-edit-categories-label {
 	display: block;
-	margin: .2em 0;
+	margin: 0.2em 0;
 }
 
 .inline-edit-row fieldset label.inline-edit-tags {
@@ -844,7 +844,7 @@
 }
 
 .inline-edit-row fieldset label.inline-edit-tags span.title {
-	margin: .2em 0;
+	margin: 0.2em 0;
 	width: auto;
 }
 
@@ -864,11 +864,11 @@
 	padding-right: 0.5em;
 }
 
-.inline-edit-row .input-text-wrap input[type=text] {
+.inline-edit-row .input-text-wrap input[type="text"] {
 	width: 100%;
 }
 
-.inline-edit-row fieldset label input[type=checkbox] {
+.inline-edit-row fieldset label input[type="checkbox"] {
 	vertical-align: text-bottom;
 }
 
@@ -911,14 +911,14 @@
 	float: left;
 }
 
-.inline-edit-row fieldset input[name=jj],
-.inline-edit-row fieldset input[name=hh],
-.inline-edit-row fieldset input[name=mn] {
+.inline-edit-row fieldset input[name="jj"],
+.inline-edit-row fieldset input[name="hh"],
+.inline-edit-row fieldset input[name="mn"] {
 	font-size: 12px;
 	width: 2.1em;
 }
 
-.inline-edit-row fieldset input[name=aa] {
+.inline-edit-row fieldset input[name="aa"] {
 	font-size: 12px;
 	width: 3.5em;
 }
@@ -1011,7 +1011,7 @@
 	padding: 8px 0 0 2px;
 }
 
-.plugins tbody th.check-column input[type=checkbox] {
+.plugins tbody th.check-column input[type="checkbox"] {
 	margin-top: 4px;
 }
 
@@ -1099,17 +1099,17 @@
 .plugin-install #the-list td,
 .upgrade .plugins td,
 .upgrade .plugins th {
-	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
-	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
 }
 
 .plugins tr.active.plugin-update-tr + tr.inactive th,
 .plugins tr.active.plugin-update-tr + tr.inactive td,
 .plugins tr.active + tr.inactive th,
 .plugins tr.active + tr.inactive td {
-	border-top: 1px solid rgba(0,0,0,0.03);
-	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
-	box-shadow: inset 0 1px 0 rgba(0,0,0,0.02), inset 0 -1px 0 #e1e1e1;
+	border-top: 1px solid rgba(0, 0, 0, 0.03);
+	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1;
+	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.02), inset 0 -1px 0 #e1e1e1;
 }
 
 .plugins .update td,
@@ -1140,7 +1140,7 @@
 #wpbody-content .plugins .plugin-title,
 #wpbody-content .plugins .theme-title {
 	padding-right: 12px;
-	white-space:nowrap;
+	white-space: nowrap;
 }
 
 .plugins .inactive .plugin-title strong {
@@ -1170,14 +1170,14 @@
 	padding: 6px 12px;
 	margin: 0 10px 8px 31px;
 	background-color: #f7f7f7;
-	background-color: rgba(0,0,0,0.03);
+	background-color: rgba(0, 0, 0, 0.03);
 }
 
 .plugin-update-tr .update-message:before {
 	color: #d54e21;
-	content: '\f463';
+	content: "\f463";
 	display: inline-block;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	margin: 0 8px 0 -2px;
 	-webkit-font-smoothing: antialiased;
@@ -1188,8 +1188,8 @@
 .plugins .plugin-update {
 	padding: 0;
 	border: none;
-	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
-	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
 }
 
 /* update notices for active plugins */
@@ -1396,13 +1396,13 @@
 		margin-left: 0;
 	}
 
-	.inline-edit-row fieldset input[name=jj],
-	.inline-edit-row fieldset input[name=hh],
-	.inline-edit-row fieldset input[name=mn] {
+	.inline-edit-row fieldset input[name="jj"],
+	.inline-edit-row fieldset input[name="hh"],
+	.inline-edit-row fieldset input[name="mn"] {
 		width: 3em;
 	}
 
-	.inline-edit-row fieldset input[name=aa] {
+	.inline-edit-row fieldset input[name="aa"] {
 		width: 4.5em;
 	}
 
@@ -1613,7 +1613,7 @@
 
 	table.plugin-install #the-list tr {
 		display: block;
-		-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
-		box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
+		-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
+		box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
 	}
 }
Index: wp-admin/css/login.css
===================================================================
--- wp-admin/css/login.css	(revision 28220)
+++ wp-admin/css/login.css	(working copy)
@@ -25,8 +25,8 @@
 	color: #0074a2;
 	-webkit-transition-property: border, background, color;
 	transition-property: border, background, color;
-	-webkit-transition-duration: .05s;
-	transition-duration: .05s;
+	-webkit-transition-duration: 0.05s;
+	transition-duration: 0.05s;
 	-webkit-transition-timing-function: ease-in-out;
 	transition-timing-function: ease-in-out;
 }
@@ -57,15 +57,15 @@
 	border-left: 4px solid #7ad03a;
 	padding: 1px 12px;
 	background-color: #fff;
-	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 }
 
 .login #login_error {
 	border-left: 4px solid #dd3d36;
 	background: #fff;
-	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 }
 
 #loginform p.submit,
@@ -86,8 +86,8 @@
 	font-weight: normal;
 	overflow: hidden;
 	background: #fff;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.13);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
 }
 
 .login form .forgetmenot {
@@ -257,14 +257,14 @@
 }
 
 @media screen and ( max-width: 782px ) {
-	.interim-login input[type=checkbox] {
+	.interim-login input[type="checkbox"] {
 		height: 16px;
 		width: 16px;
 	}
 
-	.interim-login input[type=checkbox]:checked:before {
+	.interim-login input[type="checkbox"]:checked:before {
 		width: 16px;
-		font: normal 21px/1 'dashicons';
+		font: normal 21px/1 "dashicons";
 		margin: -3px 0 0 -4px;
 	}
 }
\ No newline at end of file
Index: wp-admin/css/media.css
===================================================================
--- wp-admin/css/media.css	(revision 28220)
+++ wp-admin/css/media.css	(working copy)
@@ -170,8 +170,8 @@
 	-webkit-border-radius: 22px;
 	border-radius: 22px;
 	background: #ddd;
-	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
-	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
+	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.1);
 }
 
 .media-item .bar {
@@ -182,8 +182,8 @@
 	-webkit-border-radius: 22px;
 	border-radius: 22px;
 	background-color: #0074a2;
-	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
-	box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
+	-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
+	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
 }
 
 .media-item .progress .percent {
@@ -195,7 +195,7 @@
 	text-align: center;
 	line-height: 22px;
 	font-weight: 400;
-	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
+	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
 }
 
 .upload-php .fixed .column-parent {
@@ -234,8 +234,8 @@
 
 .find-box {
 	background-color: #fff;
-	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 	width: 600px;
 	overflow: hidden;
 	margin-left: -300px;
@@ -317,12 +317,12 @@
 }
 
 #find-posts-close:before {
-	font: normal 20px/36px 'dashicons';
+	font: normal 20px/36px "dashicons";
 	vertical-align: top;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	content: '\f158';
+	content: "\f158";
 }
 
 .find-box-buttons {
@@ -553,7 +553,7 @@
 }
 
 .imgedit-menu div:before {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	vertical-align: middle;
 }
@@ -574,31 +574,31 @@
 }
 
 .imgedit-crop:before {
-	content:'\f165';
+	content: "\f165";
 }
 
 .imgedit-rleft:before {
-	content:'\f166';
+	content: "\f166";
 }
 
 .imgedit-rright:before {
-	content:'\f167';
+	content: "\f167";
 }
 
 .imgedit-flipv:before {
-	content:'\f168';
+	content: "\f168";
 }
 
 .imgedit-fliph:before {
-	content:'\f169';
+	content: "\f169";
 }
 
 .imgedit-undo:before {
-	content:'\f171';
+	content: "\f171";
 }
 
 .imgedit-redo:before {
-	content:'\f172';
+	content: "\f172";
 }
 
 .imgedit-crop-wrap {
Index: wp-admin/css/nav-menus.css
===================================================================
--- wp-admin/css/nav-menus.css	(revision 28220)
+++ wp-admin/css/nav-menus.css	(working copy)
@@ -33,8 +33,8 @@
 }
 
 #wpbody-content #menu-settings-column {
-	display:inline;
-	width:281px;
+	display: inline;
+	width: 281px;
 	margin-left: -300px;
 	clear: both;
 	float: left;
@@ -102,7 +102,7 @@
 }
 
 .menu-edit p {
-	margin: .3em 0 .6em;
+	margin: 0.3em 0 0.6em;
 }
 
 .menu-edit #post-body-content h3 {
@@ -251,7 +251,7 @@
 
 #wpbody .open-label {
 	display: block;
-	float:left;
+	float: left;
 }
 
 #wpbody .open-label span {
@@ -351,7 +351,7 @@
 }
 
 .button-controls {
-	clear:both;
+	clear: both;
 	margin: 10px 0;
 }
 
@@ -431,7 +431,7 @@
 	margin-top: -3px;
 }
 
-.menu-item-title input[type=checkbox] {
+.menu-item-title input[type="checkbox"] {
 	display: inline-block;
 	margin-top: -4px;
 }
@@ -442,7 +442,7 @@
 }
 
 .menu {
-	padding-top:1em;
+	padding-top: 1em;
 }
 
 #menu-to-edit {
@@ -456,13 +456,13 @@
 
 .menu li {
 	margin-bottom: 0;
-	position:relative;
+	position: relative;
 }
 
 .menu-item-bar {
-	clear:both;
-	line-height:1.5em;
-	position:relative;
+	clear: both;
+	line-height: 1.5em;
+	position: relative;
 	margin: 9px 0 0;
 }
 
@@ -617,8 +617,8 @@
 	z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */
 	border: 1px solid #e5e5e5;
 	border-top: none;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 }
 
 .menu-item-settings .field-move a {
Index: wp-admin/css/press-this.css
===================================================================
--- wp-admin/css/press-this.css	(revision 28220)
+++ wp-admin/css/press-this.css	(working copy)
@@ -35,10 +35,10 @@
     top: 3px;
     position: relative;
     display: inline-block;
-    font: normal 18px/1 'dashicons';
+    font: normal 18px/1 "dashicons";
     speak: none;
     color: #727272;
-    content: '\f120';
+    content: "\f120";
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }
@@ -417,19 +417,19 @@
 		padding: 7px 12px;
 	}
 
-	.press-this input[type=checkbox],
-	.press-this input[type=radio] {
+	.press-this input[type="checkbox"],
+	.press-this input[type="radio"] {
 		height: 16px;
 		width: 16px;
 	}
 
-	.press-this input[type=checkbox]:checked:before {
+	.press-this input[type="checkbox"]:checked:before {
 		width: 16px;
 		font: normal 21px/1 'dashicons';
 		margin: -3px 0 0 -4px;
 	}
 
-	.press-this input[type=radio]:checked:before {
+	.press-this input[type="radio"]:checked:before {
 		font: normal 21px/1 'dashicons';
 		width: 6px;
 		height: 6px;
Index: wp-admin/css/revisions.css
===================================================================
--- wp-admin/css/revisions.css	(revision 28220)
+++ wp-admin/css/revisions.css	(working copy)
@@ -23,8 +23,8 @@
 	top: 0;
 	height: 82px;
 	background: #fff;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 }
 
 .revisions-tickmarks {
@@ -116,8 +116,8 @@
 .revisions-meta {
 	margin-top: 20px;
 	background-color: #fff;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 }
 
 .revisions.pinned .revisions-meta {
@@ -180,8 +180,8 @@
 .revisions-diff {
 	padding: 15px;
 	background-color: #fff;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 }
 
 .revisions-diff h3:first-child {
@@ -229,7 +229,7 @@
 	font-family: Consolas, Monaco, monospace;
 	font-size: 14px;
 	line-height: 1.618;
-	padding: .5em;
+	padding: 0.5em;
 	vertical-align: top;
 	word-wrap: break-word;
 }
@@ -408,8 +408,8 @@
 .arrow::after {
 	z-index: 9999;
 	background-color: #fff;
-	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
 }
 
 .arrow.top {
@@ -471,8 +471,8 @@
 .wp-slider .ui-slider-handle.focus {
 	background: #2ea2cc;
 	border: 1px solid #0074a2;
-	-webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
-	box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0,0,0,.15);
+	-webkit-box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0, 0, 0.15);
+	box-shadow: inset 0 1px 0 #78c8e6, 0 1px 0 rgba(0, 0, 0, 0.15);
 }
 
 .wp-slider .ui-slider-handle:before {
@@ -482,7 +482,7 @@
 	left: 0;
 	color: #fff;
 	content: "\f229";
-	font: normal 18px/1 'dashicons';
+	font: normal 18px/1 "dashicons";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -495,25 +495,25 @@
 }
 
 .wp-slider .ui-slider-handle.from-handle:before {
-	content: '\f139';
+	content: "\f139";
 }
 
 .wp-slider .ui-slider-handle.to-handle:before {
-	content: '\f141';
+	content: "\f141";
 }
 
 .rtl .wp-slider .ui-slider-handle.from-handle:before {
-	content: '\f141';
+	content: "\f141";
 }
 
 .rtl .wp-slider .ui-slider-handle.to-handle:before {
-	content: '\f139';
+	content: "\f139";
 	right: -1px;
 }
 
 .wp-slider .ui-slider-range {
 	position: absolute;
-	font-size: .7em;
+	font-size: 0.7em;
 	display: block;
 	border: 0;
 	background-color: transparent;
@@ -521,12 +521,12 @@
 }
 
 .wp-slider.ui-slider-horizontal {
-	height: .7em;
+	height: 0.7em;
 }
 
 .wp-slider.ui-slider-horizontal .ui-slider-handle {
 	top: -.25em;
-	margin-left: -.6em;
+	margin-left: -0.6em;
 }
 
 .wp-slider.ui-slider-horizontal .ui-slider-range {
Index: wp-admin/css/themes.css
===================================================================
--- wp-admin/css/themes.css	(revision 28220)
+++ wp-admin/css/themes.css	(working copy)
@@ -41,7 +41,7 @@
 }
 
 .theme-navigation a {
-	text-decoration:none;
+	text-decoration: none;
 }
 
 /* Position admin messages */
@@ -66,8 +66,8 @@
 	position: relative;
 	width: 30.6%;
 	border: 1px solid #dedede;
-	-webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.1);
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
@@ -93,13 +93,13 @@
 	height: 18px;
 	margin: 0;
 	padding: 15px;
-	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
-	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
+	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
 	overflow: hidden;
 	white-space: nowrap;
 	text-overflow: ellipsis;
 	background: #fff;
-	background: rgba(255,255,255,0.65);
+	background: rgba(255, 255, 255, 0.65);
 }
 
 /* Activate and Customize buttons, shown on hover and focus */
@@ -114,7 +114,7 @@
 	height: 38px;
 	padding: 9px 10px 0 10px;
 	background: rgba(244, 244, 244, 0.7);
-	border-left: 1px solid rgba(0,0,0,0.05);
+	border-left: 1px solid rgba(0, 0, 0, 0.05);
 }
 
 .theme-browser .theme:hover .theme-actions,
@@ -148,7 +148,7 @@
 }
 
 .theme-browser .theme .theme-screenshot:after {
-	content: '';
+	content: "";
 	display: block;
 	padding-top: 66.66666%; /* using a 3/2 aspect ratio */
 }
@@ -182,10 +182,10 @@
 	right: 25%;
 	left: 25%;
 	background: #222;
-	background: rgba(0,0,0,0.7);
+	background: rgba(0, 0, 0, 0.7);
 	color: #fff;
 	font-size: 15px;
-	text-shadow: 0 1px 0 rgba(0,0,0,0.6);
+	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
 	-webkit-font-smoothing: antialiased;
 	font-weight: 600;
 	padding: 15px 12px;
@@ -232,15 +232,15 @@
 	top: 0;
 	right: 0;
 	left: 0;
-	border-bottom: 1px solid rgba(0,0,0,0.25);
+	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
 	overflow: hidden;
 }
 
 .theme-browser .theme .theme-update:before,
 .theme-browser .theme .theme-installed:before {
-	content: '\f463';
+	content: "\f463";
 	display: inline-block;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	margin: 0 6px 0 0;
 	opacity: 0.8;
 	position: relative;
@@ -258,8 +258,8 @@
 	color: #fff;
 	padding-right: 110px;
 	font-weight: 300;
-	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
-	box-shadow: inset 0 1px 1px rgba(0,0,0,0.5);
+	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
+	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
 }
 
 .theme-browser .theme.active .theme-name span {
@@ -267,7 +267,7 @@
 }
 
 .theme-browser .theme.active .theme-actions {
-	background: rgba(49,49,49,0.7);
+	background: rgba(49, 49, 49, 0.7);
 	border-left: none;
 	opacity: 1;
 }
@@ -315,7 +315,7 @@
 
 .theme-browser .theme.add-new-theme:after {
 	display: block;
-	content: '';
+	content: "";
 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
 	opacity: 1;
 	background: transparent;
@@ -342,9 +342,9 @@
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	display: inline-block;
-	content: '\f132';
+	content: "\f132";
 	-webkit-font-smoothing: antialiased;
-	font: normal 74px/115px 'dashicons';
+	font: normal 74px/115px "dashicons";
 	width: 100px;
 	height: 100px;
 	vertical-align: middle;
@@ -357,7 +357,7 @@
 	text-indent: -4px;
 	padding: 0;
 	text-shadow: none;
-	z-index:4;
+	z-index: 4;
 }
 
 .rtl .theme-browser .theme.add-new-theme span:after {
@@ -380,7 +380,7 @@
 	border-color: transparent;
 	color: #fff;
 	background: #0074a2;
-	content: '';
+	content: "";
 }
 
 .theme-browser .theme.add-new-theme .theme-name {
@@ -425,7 +425,7 @@
 	top: 0;
 	bottom: 0;
 	background: #f1f1f1;
-	background: rgba( 238, 238, 238, 0.9 );
+	background: rgba(238, 238, 238, 0.9);
 	z-index: 10;
 }
 
@@ -459,10 +459,10 @@
 }
 
 .theme-overlay .theme-header .close:before {
-	font: normal 30px/50px 'dashicons' !important;
+	font: normal 30px/50px "dashicons" !important;
 	color: #777;
 	display: inline-block;
-	content: '\f335';
+	content: "\f335";
 	font-weight: 300;
 }
 
@@ -501,25 +501,25 @@
 
 .theme-overlay .theme-header .right:before,
 .theme-overlay .theme-header .left:before {
-	font: normal 20px/50px 'dashicons' !important;
+	font: normal 20px/50px "dashicons" !important;
 	display: inline;
 	font-weight: 300;
 }
 
 .theme-overlay .theme-header .left:before {
-	content: '\f340';
+	content: "\f340";
 }
 
 .theme-overlay .theme-header .right:before {
-	content: '\f344';
+	content: "\f344";
 }
 
 .rtl .theme-overlay .theme-header .left:before {
-	content: '\f345';
+	content: "\f345";
 }
 
 .rtl .theme-overlay .theme-header .right:before {
-	content: '\f341';
+	content: "\f341";
 }
 
 .theme-overlay .theme-wrap {
@@ -639,12 +639,12 @@
 	box-sizing: border-box;
 	overflow: hidden;
 	position: relative;
-	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
-	box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
+	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
 }
 
 .theme-overlay .screenshot:after {
-	content: '';
+	content: "";
 	display: block;
 	padding-top: 75%; /* using a 4/3 aspect ratio */
 }
@@ -679,7 +679,7 @@
 }
 
 .theme-overlay .screenshot.thumb:after {
-	content: '';
+	content: "";
 	display: block;
 	padding-top: 100%; /* using a 1/1 aspect ratio */
 }
@@ -895,6 +895,7 @@
 		margin-right: 0;
 	}
 }
+
 /* Maximum screenshot width reaches 440px */
 @media only screen and (max-width: 1120px) {
 	.theme-browser .theme {
@@ -1036,7 +1037,7 @@
 	}
 
 	.theme-browser .theme.add-new-theme span:after {
-		font: normal 60px/90px 'dashicons';
+		font: normal 60px/90px "dashicons";
 		width: 80px;
 		height: 80px;
 		top: 30%;
@@ -1049,13 +1050,16 @@
 		margin: 0 -12px 0 -10px;
 		padding: 10px;
 	}
+	
 	.single-theme .theme-overlay .theme-about {
 		padding: 10px;
 		overflow: visible;
 	}
+	
 	.single-theme .current-label {
 		display: none;
 	}
+	
 	.single-theme .theme-overlay .theme-actions {
 		position: static;
 	}
@@ -1082,7 +1086,7 @@
 	background: #0074a2;
 }
 .theme-browser .theme .theme-installed:before {
-	content: '\f147';
+	content: "\f147";
 }
 .theme-browser .theme.is-installed .theme-actions .button-primary {
 	display: none !important;
@@ -1090,8 +1094,8 @@
 
 .theme-navigation {
 	background: #fff;
-	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
-	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
+	-webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
 	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
@@ -1221,8 +1225,8 @@
 	font-weight: normal;
 	font-style: normal;
 	vertical-align: top;
-	-webkit-transition: color .1s ease-in 0;
-	transition: color .1s ease-in 0;
+	-webkit-transition: color 0.1s ease-in 0;
+	transition: color 0.1s ease-in 0;
 	text-align: center;
 }
 .more-filters.current:before {
@@ -1258,8 +1262,8 @@
 	background: #fff;
 	margin: 0 1% 0 0;
 	border: 1px solid #e5e5e5;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 	padding: 10px;
 }
 .more-filters-container .wide-filters-group {
@@ -1308,8 +1312,8 @@
 .more-filters-container .filtering-by .tag {
 	background: #fff;
 	border: 1px solid #e5e5e5;
-	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
-	box-shadow: 0 1px 1px rgba(0,0,0,0.04);
+	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
+	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
 	font-size: 11px;
 	margin: 0 5px;
 	padding: 4px 8px;
@@ -1394,7 +1398,7 @@
 	content: "\f154";
 	display: inline-block;
 	-webkit-font-smoothing: antialiased;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	vertical-align: top;
 }
 /* Half stars */
@@ -1563,7 +1567,7 @@
 }
 
 .wp-full-overlay-sidebar:after {
-	content: '';
+	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
@@ -1664,7 +1668,7 @@
 	float: left;
 	content: "\f148";
 	background: #eee;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	display: block;
 	padding: 0;
@@ -1707,7 +1711,7 @@
 .wp-full-overlay .theme-navigation {
 	padding: 10px 20px;
 	position: absolute;
-		bottom: 10px;
+	bottom: 10px;
 	text-align: left;
 }
 .wp-full-overlay .theme-navigation .next-theme {
Index: wp-admin/css/widgets.css
===================================================================
--- wp-admin/css/widgets.css	(revision 28220)
+++ wp-admin/css/widgets.css	(working copy)
@@ -275,8 +275,8 @@
 /* Dragging a widget over a closed sidebar */
 #widgets-right .widgets-holder-wrap.widget-hover {
 	border-color: #777;
-	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
-	box-shadow: 0 1px 2px rgba(0,0,0,0.3);
+	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
 }
 
 /* Accessibility Mode */
@@ -420,8 +420,8 @@
 div#widgets-right .widget-top:hover,
 #widgets-left .widget-top:hover {
 	border-color: #999;
-	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
+	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
 }
 
 .widgets-chooser ul.widgets-chooser-sidebars {
@@ -453,14 +453,14 @@
 
 .widgets-chooser li:hover,
 .widgets-chooser li:focus {
-	background: rgba(255,255,255,0.7);
+	background: rgba(255, 255, 255, 0.7);
 }
 
 .widgets-chooser li:focus:before {
-	content: '\f147';
+	content: "\f147";
 	display: block;
 	-webkit-font-smoothing: antialiased;
-	font: normal 26px/1 'dashicons';
+	font: normal 26px/1 "dashicons";
 	color: #999;
 	position: absolute;
 	top: 7px;
@@ -478,10 +478,10 @@
 
 .widgets-chooser li.widgets-chooser-selected:before,
 .widgets-chooser li.widgets-chooser-selected:focus:before {
-	content: '\f147';
+	content: "\f147";
 	display: block;
 	-webkit-font-smoothing: antialiased;
-	font: normal 26px/1 'dashicons';
+	font: normal 26px/1 "dashicons";
 	color: #fff;
 	position: absolute;
 	top: 7px;
Index: wp-includes/css/admin-bar.css
===================================================================
--- wp-includes/css/admin-bar.css	(revision 28220)
+++ wp-includes/css/admin-bar.css	(working copy)
@@ -139,8 +139,8 @@
 #wpadminbar .shortlink-input {
 	margin: 0;
 	padding: 0;
-	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
-	box-shadow: 0 3px 5px rgba(0,0,0,0.2);
+	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
 	background: #333;
 	display: none;
 	position: absolute;
@@ -230,7 +230,7 @@
 #wpadminbar .ab-item:before {
 	position: relative;
 	float: left;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	padding: 4px 0;
 	-webkit-font-smoothing: antialiased;
@@ -249,8 +249,8 @@
 #wpadminbar .ab-item:before,
 #wpadminbar #adminbarsearch:before {
 	position: relative;
-	-webkit-transition: all .1s ease-in-out;
-	transition: all .1s ease-in-out;
+	-webkit-transition: all 0.1s ease-in-out;
+	transition: all 0.1s ease-in-out;
 }
 
 #wpadminbar .ab-label {
@@ -290,7 +290,7 @@
 #wpadminbar .menupop .menupop > .ab-item:before,
 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
 	position: absolute;
-	font: normal 17px/1 'dashicons';
+	font: normal 17px/1 "dashicons";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -304,7 +304,7 @@
 #wpadminbar .menupop .menupop > .ab-item:before {
 	top: 1px;
 	right: 4px;
-	content: '\f139';
+	content: "\f139";
 	color: inherit;
 }
 
@@ -316,7 +316,7 @@
 #wpadminbar .ab-top-secondary .menupop .menupop > .ab-item:before {
 	top: 5px;
 	left: 3px;
-	content: '\f141';
+	content: "\f141";
 }
 
 #wpadminbar .quicklinks .menupop ul.ab-sub-secondary {
@@ -465,7 +465,7 @@
 }
 
 #wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
-	content: '\f120';
+	content: "\f120";
 	top: 2px;
 }
 
@@ -474,7 +474,7 @@
  */
 #wpadminbar .quicklinks li .blavatar {
 	float: left;
-	font: normal 16px/1 'dashicons' !important;
+	font: normal 16px/1 "dashicons" !important;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -486,7 +486,7 @@
 }
 
 #wpadminbar .quicklinks li .blavatar:before {
-	content: '\f120';
+	content: "\f120";
 	height: 16px;
 	width: 16px;
 	display: inline-block;
@@ -499,12 +499,12 @@
 
 #wpadminbar #wp-admin-bar-my-sites > .ab-item:before,
 #wpadminbar #wp-admin-bar-site-name > .ab-item:before {
-	content: '\f112';
+	content: "\f112";
 	top: 2px;
 }
 
 #wpadminbar #wp-admin-bar-edit > .ab-item:before {
-	content: '\f464';
+	content: "\f464";
 	top: 2px;
 }
 
@@ -522,19 +522,19 @@
 }
 
 #wpadminbar #wp-admin-bar-comments .ab-icon:before {
-	content: '\f101';
+	content: "\f101";
 	top: 3px;
 }
 
 #wpadminbar #wp-admin-bar-comments .count-0 {
-	opacity: .5;
+	opacity: 0.5;
 }
 
 /**
  * New Content
  */
 #wpadminbar #wp-admin-bar-new-content .ab-icon:before {
-	content: '\f132';
+	content: "\f132";
 	top: 4px;
 }
 
@@ -542,7 +542,7 @@
  * Updates
  */
 #wpadminbar #wp-admin-bar-updates .ab-icon:before {
-	content: '\f463';
+	content: "\f463";
 	top: 2px;
 }
 
@@ -565,8 +565,8 @@
 	top: 6px;
 	left: 5px;
 	z-index: 20;
-	font: normal 20px/1 'dashicons' !important;
-	content: '\f179';
+	font: normal 20px/1 "dashicons" !important;
+	content: "\f179";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -581,7 +581,7 @@
 	padding: 0 3px 0 24px;
 	margin: 0;
 	color: #ccc;
-	background-color: rgba( 255, 255, 255, 0 );
+	background-color: rgba(255, 255, 255, 0);
 	border: none;
 	outline: none;
 	cursor: pointer;
@@ -602,7 +602,7 @@
 	z-index: 10;
 	color: #000;
 	width: 200px;
-	background-color: rgba( 255, 255, 255, 0.9 );
+	background-color: rgba(255, 255, 255, 0.9);
 	cursor: text;
 	border: 0;
 }
@@ -680,8 +680,8 @@
 	z-index: 100000;
 	line-height: normal;
 	text-decoration: none;
-	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
-	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
+	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
 }
 
 /**
@@ -836,7 +836,7 @@
 	}
 
 	#wpadminbar #wp-admin-bar-wp-logo > .ab-item .ab-icon:before {
-		font: 28px/1 'dashicons' !important;
+		font: 28px/1 "dashicons" !important;
 		top: -3px;
 	}
 
@@ -872,7 +872,7 @@
 	#wpadminbar #wp-admin-bar-my-account > .ab-item:before {
 		display: block;
 		text-indent: 0;
-		font: normal 32px/1 'dashicons';
+		font: normal 32px/1 "dashicons";
 		speak: none;
 		top: 7px;
 		width: 52px;
Index: wp-includes/css/buttons.css
===================================================================
--- wp-includes/css/buttons.css	(revision 28220)
+++ wp-includes/css/buttons.css	(working copy)
@@ -127,8 +127,8 @@
 	color: #555;
 	border-color: #cccccc;
 	background: #f7f7f7;
-	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
-	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
+	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
+	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
  	vertical-align: top;
 }
 
@@ -150,8 +150,8 @@
 .wp-core-ui .button.focus,
 .wp-core-ui .button:focus,
 .wp-core-ui .button-secondary:focus {
-	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
-	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
+	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
+	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
 }
 
 .wp-core-ui .button.active,
@@ -162,8 +162,8 @@
 	background: #eee;
 	border-color: #999;
 	color: #333;
- 	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
- 	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+ 	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
+ 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
 }
 
 .wp-core-ui .button[disabled],
@@ -189,8 +189,8 @@
 .wp-core-ui .button-primary {
 	background: #2ea2cc;
 	border-color: #0074a2;
- 	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
- 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
+ 	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
+ 	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
  	color: #fff;
 	text-decoration: none;
 }
@@ -201,16 +201,16 @@
 .wp-core-ui .button-primary:focus {
 	background: #1e8cbe;
 	border-color: #0074a2;
- 	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
- 	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
+ 	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
+ 	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
 	color: #fff;
 }
 
 .wp-core-ui .button-primary.focus,
 .wp-core-ui .button-primary:focus {
 	border-color: #0e3950;
-	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
-	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
+	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
+	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
 }
 
 .wp-core-ui .button-primary.active,
@@ -220,8 +220,8 @@
 	background: #1b7aa6;
 	border-color: #005684;
 	color: rgba(255,255,255,0.95);
- 	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
- 	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
+ 	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
+ 	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
  	vertical-align: top;
 }
 
@@ -234,7 +234,7 @@
 	border-color: #1b607f !important;
 	-webkit-box-shadow: none !important;
 	box-shadow: none !important;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.1) !important;
+	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1) !important;
 	cursor: default;
 }
 
@@ -331,5 +331,4 @@
 		line-height: 28px;
 		padding: 0 12px 2px;
 	}
-
 }
Index: wp-includes/css/dashicons.css
===================================================================
--- wp-includes/css/dashicons.css	(revision 28220)
+++ wp-includes/css/dashicons.css	(working copy)
@@ -25,8 +25,8 @@
 	font-style: normal;
 	vertical-align: top;
 	text-align: center;
-	-webkit-transition: color .1s ease-in 0;
-	transition: color .1s ease-in 0;
+	-webkit-transition: color 0.1s ease-in 0;
+	transition: color 0.1s ease-in 0;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
@@ -34,15 +34,15 @@
 /* Admin Menu Icons */
 
 .dashicons-menu:before {
-	content:"\f333";
+	content: "\f333";
 }
 
 .dashicons-admin-site:before {
-	content:"\f319";
+	content: "\f319";
 }
 
 .dashicons-dashboard:before {
-	content:"\f226";
+	content: "\f226";
 }
 
 .dashicons-admin-media:before {
@@ -90,7 +90,7 @@
 }
 
 .dashicons-admin-collapse:before {
-	content:"\f148";
+	content: "\f148";
 }
 
 
@@ -146,103 +146,103 @@
 
 .dashicons-welcome-write-blog:before,
 .dashicons-welcome-edit-page:before {
-	content:"\f119";
+	content: "\f119";
 }
 
 .dashicons-welcome-add-page:before {
-	content:"\f133";
+	content: "\f133";
 }
 
 .dashicons-welcome-view-site:before {
-	content:"\f115";
+	content: "\f115";
 }
 
 .dashicons-welcome-widgets-menus:before {
-	content:"\f116";
+	content: "\f116";
 }
 
 .dashicons-welcome-comments:before {
-	content:"\f117";
+	content: "\f117";
 }
 
 .dashicons-welcome-learn-more:before {
-	content:"\f118";
+	content: "\f118";
 }
 
 
 /* Image Editing Icons */
 
 .dashicons-image-crop:before {
-	content:"\f165";
+	content: "\f165";
 }
 
 .dashicons-image-rotate-left:before {
-	content:"\f166";
+	content: "\f166";
 }
 
 .dashicons-image-rotate-right:before {
-	content:"\f167";
+	content: "\f167";
 }
 
 .dashicons-image-flip-vertical:before {
-	content:"\f168";
+	content: "\f168";
 }
 
 .dashicons-image-flip-horizontal:before {
-	content:"\f169";
+	content: "\f169";
 }
 
 
 /* Both Image Editing and TinyMCE */
 
 .dashicons-undo:before {
-	content:"\f171";
+	content: "\f171";
 }
 
 .dashicons-redo:before {
-	content:"\f172";
+	content: "\f172";
 }
 
 /* TinyMCE Icons */
 
 .dashicons-editor-bold:before {
-	content:"\f200";
+	content: "\f200";
 }
 
 .dashicons-editor-italic:before {
-	content:"\f201";
+	content: "\f201";
 }
 
 .dashicons-editor-ul:before {
-	content:"\f203";
+	content: "\f203";
 }
 
 .dashicons-editor-ol:before {
-	content:"\f204";
+	content: "\f204";
 }
 
 .dashicons-editor-quote:before {
-	content:"\f205";
+	content: "\f205";
 }
 
 .dashicons-editor-alignleft:before {
-	content:"\f206";
+	content: "\f206";
 }
 
 .dashicons-editor-aligncenter:before {
-	content:"\f207";
+	content: "\f207";
 }
 
 .dashicons-editor-alignright:before {
-	content:"\f208";
+	content: "\f208";
 }
 
 .dashicons-editor-insertmore:before {
-	content:"\f209";
+	content: "\f209";
 }
 
 .dashicons-editor-spellcheck:before {
-	content:"\f210";
+	content: "\f210";
 }
 
 .dashicons-editor-distractionfree:before,
@@ -255,118 +255,118 @@
 }
 
 .dashicons-editor-kitchensink:before {
-	content:"\f212";
+	content: "\f212";
 }
 
 .dashicons-editor-underline:before {
-	content:"\f213";
+	content: "\f213";
 }
 
 .dashicons-editor-justify:before {
-	content:"\f214";
+	content: "\f214";
 }
 
 .dashicons-editor-textcolor:before {
-	content:"\f215";
+	content: "\f215";
 }
 
 .dashicons-editor-paste-word:before {
-	content:"\f216";
+	content: "\f216";
 }
 
 .dashicons-editor-paste-text:before {
-	content:"\f217";
+	content: "\f217";
 }
 
 .dashicons-editor-removeformatting:before {
-	content:"\f218";
+	content: "\f218";
 }
 
 .dashicons-editor-video:before {
-	content:"\f219";
+	content: "\f219";
 }
 
 .dashicons-editor-customchar:before {
-	content:"\f220";
+	content: "\f220";
 }
 
 .dashicons-editor-outdent:before {
-	content:"\f221";
+	content: "\f221";
 }
 
 .dashicons-editor-indent:before {
-	content:"\f222";
+	content: "\f222";
 }
 
 .dashicons-editor-help:before {
-	content:"\f223";
+	content: "\f223";
 }
 
 .dashicons-editor-strikethrough:before {
-	content:"\f224";
+	content: "\f224";
 }
 
 .dashicons-editor-unlink:before {
-	content:"\f225";
+	content: "\f225";
 }
 
 .dashicons-editor-rtl:before {
-	content:"\f320";
+	content: "\f320";
 }
 
 .dashicons-editor-break:before {
-	content:"\f474";
+	content: "\f474";
 }
 
 .dashicons-editor-code:before {
-	content:"\f475";
+	content: "\f475";
 }
 
 .dashicons-editor-paragraph:before {
-	content:"\f476";
+	content: "\f476";
 }
 
 /* Post Icons */
 
 .dashicons-align-left:before {
-	content:"\f135";
+	content: "\f135";
 }
 
 .dashicons-align-right:before {
-	content:"\f136";
+	content: "\f136";
 }
 
 .dashicons-align-center:before {
-	content:"\f134";
+	content: "\f134";
 }
 
 .dashicons-align-none:before {
-	content:"\f138";
+	content: "\f138";
 }
 
 .dashicons-lock:before {
-	content:"\f160";
+	content: "\f160";
 }
 
 .dashicons-calendar:before {
-	content:"\f145";
+	content: "\f145";
 }
 
 .dashicons-visibility:before {
-	content:"\f177";
+	content: "\f177";
 }
 
 .dashicons-post-status:before {
-	content:"\f173";
+	content: "\f173";
 }
 
 .dashicons-edit:before {
-	content:"\f464";
+	content: "\f464";
 }
 
 .dashicons-post-trash:before,
 .dashicons-trash:before {
-	content:"\f182";
+	content: "\f182";
 }
 
 
@@ -377,59 +377,59 @@
 }
 
 .dashicons-arrow-up:before {
-	content:"\f142";
+	content: "\f142";
 }
 
 .dashicons-arrow-down:before {
-	content:"\f140";
+	content: "\f140";
 }
 
 .dashicons-arrow-left:before {
-	content:"\f141";
+	content: "\f141";
 }
 
 .dashicons-arrow-right:before {
-	content:"\f139";
+	content: "\f139";
 }
 
 .dashicons-arrow-up-alt:before {
-	content:"\f342";
+	content: "\f342";
 }
 
 .dashicons-arrow-down-alt:before {
-	content:"\f346";
+	content: "\f346";
 }
 
 .dashicons-arrow-left-alt:before {
-	content:"\f340";
+	content: "\f340";
 }
 
 .dashicons-arrow-right-alt:before {
-	content:"\f344";
+	content: "\f344";
 }
 
 .dashicons-arrow-up-alt2:before {
-	content:"\f343";
+	content: "\f343";
 }
 
 .dashicons-arrow-down-alt2:before {
-	content:"\f347";
+	content: "\f347";
 }
 
 .dashicons-arrow-left-alt2:before {
-	content:"\f341";
+	content: "\f341";
 }
 
 .dashicons-arrow-right-alt2:before {
-	content:"\f345";
+	content: "\f345";
 }
 
 .dashicons-leftright:before {
-	content:"\f229";
+	content: "\f229";
 }
 
 .dashicons-sort:before {
-	content:"\f156";
+	content: "\f156";
 }
 
 .dashicons-randomize:before {
@@ -437,11 +437,11 @@
 }
 
 .dashicons-list-view:before {
-	content:"\f163";
+	content: "\f163";
 }
 
 .dashicons-exerpt-view:before {
-	content:"\f164";
+	content: "\f164";
 }
 
 
@@ -499,69 +499,69 @@
 /* Internal/Products */
 
 .dashicons-wordpress:before {
-	content:"\f120";
+	content: "\f120";
 }
 
 .dashicons-wordpress-alt:before {
-	content:"\f324";
+	content: "\f324";
 }
 
 .dashicons-pressthis:before {
-	content:"\f157";
+	content: "\f157";
 }
 
 .dashicons-update:before {
-	content:"\f463";
+	content: "\f463";
 }
 
 .dashicons-screenoptions:before {
-	content:"\f180";
+	content: "\f180";
 }
 
 .dashicons-info:before {
-	content:"\f348";
+	content: "\f348";
 }
 
 .dashicons-cart:before {
-	content:"\f174";
+	content: "\f174";
 }
 
 .dashicons-feedback:before {
-	content:"\f175";
+	content: "\f175";
 }
 
 .dashicons-cloud:before {
-	content:"\f176";
+	content: "\f176";
 }
 
 .dashicons-translation:before {
-	content:"\f326";
+	content: "\f326";
 }
 
 
 /* Taxonomies */
 
 .dashicons-tag:before {
-	content:"\f323";
+	content: "\f323";
 }
 
 .dashicons-category:before {
-	content:"\f318";
+	content: "\f318";
 }
 
 
 /* Widget icons */
 
 .dashicons-archive:before {
-	content:"\f480";
+	content: "\f480";
 }
 
 .dashicons-tagcloud:before {
-	content:"\f479";
+	content: "\f479";
 }
 
 .dashicons-text:before {
-	content:"\f478";
+	content: "\f478";
 }
 
 
@@ -615,19 +615,19 @@
 /* Alerts/Notifications/Flags */
 
 .dashicons-yes:before {
-	content:"\f147";
+	content: "\f147";
 }
 
 .dashicons-no:before {
-	content:"\f158";
+	content: "\f158";
 }
 
 .dashicons-no-alt:before {
-	content:"\f335";
+	content: "\f335";
 }
 
 .dashicons-plus:before {
-	content:"\f132";
+	content: "\f132";
 }
 
 .dashicons-plus-alt:before {
@@ -635,225 +635,225 @@
 }
 
 .dashicons-minus:before {
-	content:"\f460";
+	content: "\f460";
 }
 
 .dashicons-dismiss:before {
-	content:"\f153";
+	content: "\f153";
 }
 
 .dashicons-marker:before {
-	content:"\f159";
+	content: "\f159";
 }
 
 .dashicons-star-filled:before {
-	content:"\f155";
+	content: "\f155";
 }
 
 .dashicons-star-half:before {
-	content:"\f459";
+	content: "\f459";
 }
 
 .dashicons-star-empty:before {
-	content:"\f154";
+	content: "\f154";
 }
 
 .dashicons-flag:before {
-	content:"\f227";
+	content: "\f227";
 }
 
 
 /* Social Icons */
 
 .dashicons-share:before {
-	content:"\f237";
+	content: "\f237";
 }
 
 .dashicons-share1:before {
-	content:"\f237";
+	content: "\f237";
 }
 
 .dashicons-share-alt:before {
-	content:"\f240";
+	content: "\f240";
 }
 
 .dashicons-share-alt2:before {
-	content:"\f242";
+	content: "\f242";
 }
 
 .dashicons-twitter:before {
-	content:"\f301";
+	content: "\f301";
 }
 
 .dashicons-rss:before {
-	content:"\f303";
+	content: "\f303";
 }
 
 .dashicons-email:before {
-	content:"\f465";
+	content: "\f465";
 }
 
 .dashicons-email-alt:before {
-	content:"\f466";
+	content: "\f466";
 }
 
 .dashicons-facebook:before {
-	content:"\f304";
+	content: "\f304";
 }
 
 .dashicons-facebook-alt:before {
-	content:"\f305";
+	content: "\f305";
 }
 
 .dashicons-networking:before {
-	content:"\f325";
+	content: "\f325";
 }
 
 .dashicons-googleplus:before {
-	content:"\f462";
+	content: "\f462";
 }
 
 
 /* Misc/CPT */
 
 .dashicons-location:before {
-	content:"\f230";
+	content: "\f230";
 }
 
 .dashicons-location-alt:before {
-	content:"\f231";
+	content: "\f231";
 }
 
 .dashicons-camera:before {
-	content:"\f306";
+	content: "\f306";
 }
 
 .dashicons-images-alt:before {
-	content:"\f232";
+	content: "\f232";
 }
 
 .dashicons-images-alt2:before {
-	content:"\f233";
+	content: "\f233";
 }
 
 .dashicons-video-alt:before {
-	content:"\f234";
+	content: "\f234";
 }
 
 .dashicons-video-alt2:before {
-	content:"\f235";
+	content: "\f235";
 }
 
 .dashicons-video-alt3:before {
-	content:"\f236";
+	content: "\f236";
 }
 
 .dashicons-vault:before {
-	content:"\f178";
+	content: "\f178";
 }
 
 .dashicons-shield:before {
-	content:"\f332";
+	content: "\f332";
 }
 
 .dashicons-shield-alt:before {
-	content:"\f334";
+	content: "\f334";
 }
 
 .dashicons-sos:before {
-	content:"\f468";
+	content: "\f468";
 }
 
 .dashicons-search:before {
-	content:"\f179";
+	content: "\f179";
 }
 
 .dashicons-slides:before {
-	content:"\f181";
+	content: "\f181";
 }
 
 .dashicons-analytics:before {
-	content:"\f183";
+	content: "\f183";
 }
 
 .dashicons-chart-pie:before {
-	content:"\f184";
+	content: "\f184";
 }
 
 .dashicons-chart-bar:before {
-	content:"\f185";
+	content: "\f185";
 }
 
 .dashicons-chart-line:before {
-	content:"\f238";
+	content: "\f238";
 }
 
 .dashicons-chart-area:before {
-	content:"\f239";
+	content: "\f239";
 }
 
 .dashicons-groups:before {
-	content:"\f307";
+	content: "\f307";
 }
 
 .dashicons-businessman:before {
-	content:"\f338";
+	content: "\f338";
 }
 
 .dashicons-id:before {
-	content:"\f336";
+	content: "\f336";
 }
 
 .dashicons-id-alt:before {
-	content:"\f337";
+	content: "\f337";
 }
 
 .dashicons-products:before {
-	content:"\f312";
+	content: "\f312";
 }
 
 .dashicons-awards:before {
-	content:"\f313";
+	content: "\f313";
 }
 
 .dashicons-forms:before {
-	content:"\f314";
+	content: "\f314";
 }
 
 .dashicons-testimonial:before {
-	content:"\f473";
+	content: "\f473";
 }
 
 .dashicons-portfolio:before {
-	content:"\f322";
+	content: "\f322";
 }
 
 .dashicons-book:before {
-	content:"\f330";
+	content: "\f330";
 }
 
 .dashicons-book-alt:before {
-	content:"\f331";
+	content: "\f331";
 }
 
 .dashicons-download:before {
-	content:"\f316";
+	content: "\f316";
 }
 
 .dashicons-upload:before {
-	content:"\f317";
+	content: "\f317";
 }
 
 .dashicons-backup:before {
-	content:"\f321";
+	content: "\f321";
 }
 
 .dashicons-clock:before {
-	content:"\f469";
+	content: "\f469";
 }
 
 .dashicons-lightbulb:before {
-	content:"\f339";
+	content: "\f339";
 }
 
 .dashicons-microphone:before {
@@ -861,17 +861,17 @@
 }
 
 .dashicons-desktop:before {
-	content:"\f472";
+	content: "\f472";
 }
 
 .dashicons-tablet:before {
-	content:"\f471";
+	content: "\f471";
 }
 
 .dashicons-smartphone:before {
-	content:"\f470";
+	content: "\f470";
 }
 
 .dashicons-smiley:before {
-	content:"\f328";
+	content: "\f328";
 }
Index: wp-includes/css/editor.css
===================================================================
--- wp-includes/css/editor.css	(revision 28220)
+++ wp-includes/css/editor.css	(working copy)
@@ -21,8 +21,8 @@
 .mce-window {
 	-webkit-border-radius: 0;
 	border-radius: 0;
-	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 	-webkit-font-smoothing: subpixel-antialiased;
 }
 
@@ -57,7 +57,7 @@
 }
 
 .mce-window .mce-window-head .mce-close:before {
-	font: normal 20px/36px 'dashicons';
+	font: normal 20px/36px "dashicons";
 	text-align: center;
 	color: #666;
 	width: 36px;
@@ -70,8 +70,8 @@
 }
 
 .mce-window .mce-window-head .mce-dragh {
-	width: -webkit-calc( 100% - 36px );
-	width: calc( 100% - 36px );
+	width: -webkit-calc(100% - 36px);
+	width: calc(100% - 36px);
 }
 
 .mce-wp-help .mce-window-head {
@@ -83,28 +83,28 @@
 	border: 1px solid #ddd;
 	-webkit-border-radius: 0;
 	border-radius: 0;
-	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
-	box-shadow: inset 0 1px 2px rgba(0,0,0,0.07);
-	-webkit-transition: .05s border-color ease-in-out;
-	transition: .05s border-color ease-in-out;
+	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
+	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
+	-webkit-transition: 0.05s border-color ease-in-out;
+	transition: 0.05s border-color ease-in-out;
 }
 
 .mce-textbox:focus,
 .mce-textbox.mce-focus,
 .mce-checkbox:focus i.mce-i-checkbox {
 	border-color: #5b9dd9;
-	-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
-	box-shadow: 0 0 2px rgba(30,140,190,0.8);
+	-webkit-box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
+	box-shadow: 0 0 2px rgba(30, 140, 190, 0.8);
 }
 
 /* TinyMCE menus */
 .mce-menu,
 .mce-floatpanel.mce-popover {
-	border-color: rgba(0,0,0,0.15);
+	border-color: rgba(0, 0, 0, 0.15);
 	-webkit-border-radius: 0;
 	border-radius: 0;
-	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
-	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
+	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
 }
 
 .mce-floatpanel.mce-popover.mce-bottom {
@@ -200,8 +200,8 @@
 	background: #fafafa;
 	border-color: #999;
 	color: #222;
-	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
-	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba( 0, 0, 0, 0.08 );
+	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
+	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
 }
 
 .mce-toolbar .mce-btn-group .mce-btn.mce-active,
@@ -210,8 +210,8 @@
 #wp-fullscreen-buttons .mce-btn:active {
 	background: #ebebeb;
 	border-color: #999;
-	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
-	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
+	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.3);
 }
 
 .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover {
@@ -270,8 +270,8 @@
     direction: ltr;
     background: #fff;
     border: 1px solid #ddd;
-    -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
-    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .2);
+    -webkit-box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
+    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, 0.2);
 }
 
 .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover {
@@ -395,8 +395,8 @@
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
 	white-space: nowrap;
-	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
-	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
+	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
+	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
 	background-image: none;
 }
 
@@ -415,16 +415,16 @@
 }
 
 .mce-window .mce-btn:focus {
-	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
-	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
+	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
+	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
 }
 
 .mce-window .mce-btn:active {
 	background: #eee;
 	border-color: #999;
 	color: #333;
- 	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
- 	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+ 	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
+ 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
 }
 
 .mce-window .mce-btn.mce-disabled {
@@ -439,8 +439,8 @@
 .mce-window .mce-btn.mce-primary {
 	background: #2ea2cc;
 	border-color: #0074a2;
-	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
-	box-shadow: inset 0 1px 0 rgba(120,200,230,0.5), 0 1px 0 rgba(0,0,0,.15);
+	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
+	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5), 0 1px 0 rgba(0, 0, 0, 0.15);
 	color: #fff;
 	text-decoration: none;
 }
@@ -448,30 +448,30 @@
 .mce-window .mce-btn.mce-primary:hover {
 	background: #1e8cbe;
 	border-color: #0074a2;
-	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
+	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
+	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
 	color: #fff;
 }
 
 .mce-window .mce-btn.mce-primary:focus {
 	border-color: #0e3950;
-	-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
-	box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
+	-webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
+	box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
 }
 
 .mce-window .mce-btn.mce-primary:active {
 	background: #1b7aa6;
 	border-color: #005684;
-	color: rgba(255,255,255,0.95);
-	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
-	box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
+	color: rgba(255, 255, 255, 0.95);
+	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1);
 }
 
 .mce-window .mce-btn.mce-primary.mce-disabled {
 	color: #94cde7;
 	background: #298cba;
 	border-color: #1b607f;
-	text-shadow: 0 -1px 0 rgba(0,0,0,0.1);
+	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
 }
 
 .mce-menubtn.mce-fixed-width button span {
@@ -506,19 +506,19 @@
 }
 
 .mce-tooltip-inner {
-	-webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
-	box-shadow: 0 3px 5px rgba( 0, 0, 0, 0.2 );
+	-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
+	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
 	color: #fff;
 	font-size: 12px;
 }
 
 /* TinyMCE icons */
 .mce-ico {
-	font-family: 'tinymce', Arial;
+	font-family: "tinymce", Arial;
 }
 
 .mce-btn-small .mce-ico {
-    font-family: 'tinymce-small', Arial;
+    font-family: "tinymce-small", Arial;
 }
 
 .mce-toolbar .mce-ico {
@@ -585,7 +585,7 @@
 i.mce-i-wp_page,
 i.mce-i-hr,
 .mce-close {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	padding: 0;
 	vertical-align: top;
 	speak: none;
@@ -596,7 +596,7 @@
 }
 
 .qt-fullscreen {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	vertical-align: top;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
@@ -604,134 +604,134 @@
 }
 
 i.mce-i-bold:before {
-	content: '\f200';
+	content: "\f200";
 }
 
 i.mce-i-italic:before {
-	content: '\f201';
+	content: "\f201";
 }
 
 i.mce-i-bullist:before {
-	content: '\f203';
+	content: "\f203";
 }
 
 i.mce-i-numlist:before {
-	content: '\f204';
+	content: "\f204";
 }
 
 i.mce-i-blockquote:before {
-	content: '\f205';
+	content: "\f205";
 }
 
 i.mce-i-alignleft:before {
-	content: '\f206';
+	content: "\f206";
 }
 
 i.mce-i-aligncenter:before {
-	content: '\f207';
+	content: "\f207";
 }
 
 i.mce-i-alignright:before {
-	content: '\f208';
+	content: "\f208";
 }
 
 i.mce-i-link:before {
-	content: '\f103';
+	content: "\f103";
 }
 
 i.mce-i-unlink:before {
-	content: '\f225';
+	content: "\f225";
 }
 
 i.mce-i-wp_more:before {
-	content: '\f209';
+	content: "\f209";
 }
 
 i.mce-i-strikethrough:before {
-	content: '\f224';
+	content: "\f224";
 }
 
 i.mce-i-spellchecker:before {
-	content: '\f210';
+	content: "\f210";
 }
 
 i.mce-i-fullscreen:before,
 i.mce-i-wp_fullscreen:before,
 .qt-fullscreen:before {
-	content: '\f211';
+	content: "\f211";
 }
 
 i.mce-i-wp_adv:before {
-	content: '\f212';
+	content: "\f212";
 }
 
 i.mce-i-underline:before {
-	content: '\f213';
+	content: "\f213";
 }
 
 i.mce-i-alignjustify:before {
-	content: '\f214';
+	content: "\f214";
 }
 
 i.mce-i-forecolor:before {
-	content: '\f215';
+	content: "\f215";
 }
 
 i.mce-i-pastetext:before {
-	content: '\f217';
+	content: "\f217";
 }
 
 i.mce-i-removeformat:before {
-	content: '\f218';
+	content: "\f218";
 }
 
 i.mce-i-charmap:before {
-	content: '\f220';
+	content: "\f220";
 }
 
 i.mce-i-outdent:before {
-	content: '\f221';
+	content: "\f221";
 }
 
 i.mce-i-indent:before {
-	content: '\f222';
+	content: "\f222";
 }
 
 i.mce-i-undo:before {
-	content: '\f171';
+	content: "\f171";
 }
 
 i.mce-i-redo:before {
-	content: '\f172';
+	content: "\f172";
 }
 
 i.mce-i-help:before,
 i.mce-i-wp_help:before {
-	content: '\f223';
+	content: "\f223";
 }
 
 i.mce-i-wp-media-library:before {
-	content: '\f104';
+	content: "\f104";
 }
 
 i.mce-i-ltr:before {
-	content: '\f320';
+	content: "\f320";
 }
 
 i.mce-i-wp_page:before {
-	content: '\f105';
+	content: "\f105";
 }
 
 i.mce-i-hr:before {
-	content: '\f460';
+	content: "\f460";
 }
 
 .mce-close:before {
-	content: '\f158';
+	content: "\f158";
 }
 
 .mce-i-wp_code:before {
-	content: '\e017';
+	content: "\e017";
 }
 
 /* Editors */
@@ -863,14 +863,14 @@
 }
 
 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
-	font: normal 18px/1 'dashicons';
+	font: normal 18px/1 "dashicons";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 }
 
 .wp-media-buttons .add_media span.wp-media-buttons-icon:before {
-	content: '\f104';
+	content: "\f104";
 }
 
 /* Quicktags */
@@ -985,8 +985,8 @@
 #wp-link-wrap {
 	display: none;
 	background-color: #fff;
-	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 	width: 500px;
 	height: 250px;
 	overflow: hidden;
@@ -1050,14 +1050,14 @@
 }
 
 #wp-link-close:before {
-	font: normal 20px/36px 'dashicons';
+	font: normal 20px/36px "dashicons";
 	vertical-align: top;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
 	width: 36px;
 	height: 36px;
-	content: '\f158';
+	content: "\f158";
 }
 
 #wp-link-close:hover,
@@ -1086,16 +1086,16 @@
 }
 
 #wp-link-search-toggle::after {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	vertical-align: top;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	content: '\f140';
+	content: "\f140";
 }
 
 .search-panel-visible #wp-link-search-toggle::after {
-	content: '\f142';
+	content: "\f142";
 }
 
 #wp-link input[type="text"] {
@@ -1410,8 +1410,8 @@
 	background-image: none;
 }
 .clearlooks2 .mceClose:before {
-	content: '\f158';
-	font: normal 20px/1 'dashicons';
+	content: "\f158";
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
@@ -1421,7 +1421,7 @@
 
 /* from colors.css
 .clearlooks2 {
-	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
+	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
 }
 
 .clearlooks2 .mceMiddle span,
Index: wp-includes/css/jquery-ui-dialog.css
===================================================================
--- wp-includes/css/jquery-ui-dialog.css	(revision 28220)
+++ wp-includes/css/jquery-ui-dialog.css	(working copy)
@@ -53,7 +53,7 @@
 	left: 0;
 	position: absolute;
 	opacity: 0;
-	filter:Alpha(Opacity=0);
+	filter: Alpha(Opacity=0);
 }
 
 /* Interaction Cues
@@ -181,8 +181,8 @@
 	color: #555;
 	border-color: #cccccc;
 	background: #f7f7f7;
-	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
-	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0,0,0,.08);
+	-webkit-box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
+	box-shadow: inset 0 1px 0 #fff, 0 1px 0 rgba(0, 0, 0, 0.08);
 	vertical-align: top;
 }
 
@@ -201,16 +201,16 @@
 }
 
 .ui-button:focus {
-	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
-	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
+	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
+	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
 }
 
 .ui-button:active {
 	background: #eee;
 	border-color: #999;
 	color: #333;
- 	-webkit-box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
- 	box-shadow: inset 0 2px 5px -3px rgba( 0, 0, 0, 0.5 );
+ 	-webkit-box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
+ 	box-shadow: inset 0 2px 5px -3px rgba(0, 0, 0, 0.5);
  	outline: none;
 }
 
@@ -246,8 +246,8 @@
 	left: 0;
 	z-index: 100102;
 	background-color: #fff;
-	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 }
 
 .ui-dialog-titlebar {
@@ -278,7 +278,7 @@
 }
 
 .ui-dialog-titlebar-close:before {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	vertical-align: top;
 	speak: none;
 	-webkit-font-smoothing: antialiased;
@@ -286,7 +286,7 @@
 	line-height: 36px;
 	width: 36px;
 	height: 36px;
-	content: '\f158';
+	content: "\f158";
 }
 
 .ui-button.ui-dialog-titlebar-close:hover {
Index: wp-includes/css/media-views.css
===================================================================
--- wp-includes/css/media-views.css	(revision 28220)
+++ wp-includes/css/media-views.css	(working copy)
@@ -157,8 +157,8 @@
 }
 
 .media-modal-close .media-modal-icon:before {
-	content: '\f158';
-	font: normal 20px/1 'dashicons';
+	content: "\f158";
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	vertical-align: middle;
 	-webkit-font-smoothing: antialiased;
@@ -182,8 +182,8 @@
 	bottom: 0;
 	overflow: auto;
 	min-height: 300px;
-	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.7);
-	box-shadow: 0 5px 15px rgba(0,0,0,0.7);
+	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
+	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.7);
 	background: #fcfcfc;
 	-webkit-font-smoothing: subpixel-antialiased;
 }
@@ -424,7 +424,7 @@
 
 .media-menu > a:hover {
 	color: #21759B;
-	background: rgba( 0, 0, 0, 0.04 );
+	background: rgba(0, 0, 0, 0.04);
 }
 
 .media-menu > a:active {
@@ -592,8 +592,8 @@
 
 .media-frame.hide-router .media-frame-title {
 	border-bottom: 1px solid #dfdfdf;
-	-webkit-box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );
-	box-shadow: 0 4px 4px -4px rgba( 0, 0, 0, 0.1 );
+	-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
+	box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.1);
 }
 
 .media-frame-title h1 {
@@ -710,11 +710,11 @@
 	width: 199px;
 	height: 199px;
 	-webkit-box-shadow:
-		inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
-		inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
+		inset 0 0 15px rgba(0, 0, 0, 0.1),
+		inset 0 0 0 1px rgba(0, 0, 0, 0.05);
 	box-shadow:
-		inset 0 0 15px rgba( 0, 0, 0, 0.1 ),
-		inset 0 0 0 1px rgba( 0, 0, 0, 0.05 );
+		inset 0 0 15px rgba(0, 0, 0, 0.1),
+		inset 0 0 0 1px rgba(0, 0, 0, 0.05);
 	background: #eee;
 	cursor: pointer;
 }
@@ -737,15 +737,15 @@
 }
 
 .attachment-preview .thumbnail:after {
-	content: '';
+	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
-	-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
-	box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
+	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
 	overflow: hidden;
 }
 
@@ -762,15 +762,15 @@
 	left: 0;
 	width: 100%;
 	height: 100%;
-	-webkit-transform: translate( 50%, 50% );
-	-ms-transform: translate( 50%, 50% );
-	transform: translate( 50%, 50% );
+	-webkit-transform: translate(50%, 50%);
+	-ms-transform: translate(50%, 50%);
+	transform: translate(50%, 50%);
 }
 
 .attachment .thumbnail .centered img {
-	-webkit-transform: translate( -50%, -50% );
-	-ms-transform: translate( -50%, -50% );
-	transform: translate( -50%, -50% );
+	-webkit-transform: translate(-50%, -50%);
+	-ms-transform: translate(-50%, -50%);
+	transform: translate(-50%, -50%);
 }
 
 .attachment .filename {
@@ -784,9 +784,9 @@
 	word-wrap: break-word;
 	text-align: center;
 	font-weight: bold;
-	background: rgba( 255, 255, 255, 0.8 );
-	-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
-	box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
+	background: rgba(255, 255, 255, 0.8);
+	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
+	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
 }
 
 .attachment .filename div {
@@ -820,13 +820,13 @@
 	border-width: 0;
 	-webkit-border-radius: 3px;
 	border-radius: 3px;
-	-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
 }
 
 .attachment .close:hover {
-	-webkit-box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
-	box-shadow: 0 0 0 1px rgba( 0, 0, 0, 0.6 );
+	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
+	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6);
 }
 
 .attachment:hover .close {
@@ -842,8 +842,8 @@
 	right: -6px;
 	outline: none;
 	background: #eee;
-	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.4 );
-	box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba( 0, 0, 0, 0.4 );
+	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.4);
+	box-shadow: 0 0 0 1px #fff, 0 0 0 2px rgba(0, 0, 0, 0.4);
 }
 
 .attachment .check div {
@@ -862,18 +862,14 @@
 }
 
 .attachment.details {
-	-webkit-box-shadow: 0 0 0 1px #fff,
-				0 0 0 5px #1e8cbe;
-	box-shadow: 0 0 0 1px #fff,
-				0 0 0 5px #1e8cbe;
+	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe;
+	box-shadow: 0 0 0 1px #fff, 0 0 0 5px #1e8cbe;
 }
 
 .attachment.details .check {
 	background-color: #1e8cbe;
-	-webkit-box-shadow: 0 0 0 1px #fff,
-				0 0 0 2px #1e8cbe;
-	box-shadow: 0 0 0 1px #fff,
-				0 0 0 2px #1e8cbe;
+	-webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
+	box-shadow: 0 0 0 1px #fff, 0 0 0 2px #1e8cbe;
 }
 
 .attachment.details .check div {
@@ -947,7 +943,7 @@
 	-webkit-border-radius: 10px;
 	border-radius: 10px;
 	background: #dfdfdf;
-	background: rgba( 0, 0, 0, 0.1 );
+	background: rgba(0, 0, 0, 0.1);
 }
 
 .media-progress-bar div {
@@ -957,8 +953,8 @@
 	background: #1e8cbe;
 	-webkit-border-radius: 10px;
 	border-radius: 10px;
-	-webkit-transition:         width 300ms;
-	transition:         width 300ms;
+	-webkit-transition: width 300ms;
+	transition: width 300ms;
 }
 
 .media-uploader-status .media-progress-bar {
@@ -1068,7 +1064,7 @@
 	left: 0;
 	right: 0;
 	bottom: 0;
-	background: rgba( 0, 86, 132, 0.9 );
+	background: rgba(0, 86, 132, 0.9);
 	z-index: 250000;
 	display: none;
 	text-align: center;
@@ -1092,9 +1088,9 @@
 	top: 50%;
 	left: 0;
 	right: 0;
-	-webkit-transform: translateY( -50% );
-	-ms-transform: translateY( -50% );
-	transform: translateY( -50% );
+	-webkit-transform: translateY(-50%);
+	-ms-transform: translateY(-50%);
+	transform: translateY(-50%);
 	font-size: 40px;
 	color: #fff;
 	padding: 0;
@@ -1270,25 +1266,17 @@
 }
 
 .attachment.selection.details {
-	-webkit-box-shadow:
-		0 0 0 1px #fff,
-		0 0 0 4px #1e8cbe;
-	box-shadow:
-		0 0 0 1px #fff,
-		0 0 0 4px #1e8cbe;
+	-webkit-box-shadow:	0 0 0 1px #fff,	0 0 0 4px #1e8cbe;
+	box-shadow:	0 0 0 1px #fff,	0 0 0 4px #1e8cbe;
 }
 
 .media-selection .attachment.selection.details {
-	-webkit-box-shadow:
-		0 0 0 1px #fff,
-		0 0 0 3px #1e8cbe;
-	box-shadow:
-		0 0 0 1px #fff,
-		0 0 0 3px #1e8cbe;
+	-webkit-box-shadow:	0 0 0 1px #fff,	0 0 0 3px #1e8cbe;
+	box-shadow:	0 0 0 1px #fff,	0 0 0 3px #1e8cbe;
 }
 
 .media-selection:after {
-	content: '';
+	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
@@ -1382,8 +1370,8 @@
 .uploading .attachment-info .thumbnail {
 	width: 120px;
 	height: 80px;
-	-webkit-box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );
-	box-shadow: inset 0 0 15px rgba( 0, 0, 0, 0.1 );
+	-webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
 }
 
 .uploading .attachment-info .media-progress-bar {
@@ -1391,15 +1379,15 @@
 }
 
 .attachment-info .thumbnail:after {
-	content: '';
+	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
-	-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
-	box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.15 );
+	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
+	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
 	overflow: hidden;
 }
 
@@ -1546,7 +1534,7 @@
 }
 
 .media-frame .imgedit-help-toggled span.dashicons:before {
-	content: '\f142';
+	content: "\f142";
 }
 
 .media-frame .imgedit-group img {
@@ -1577,8 +1565,8 @@
 	padding: 12px 14px;
 	width: 100%;
 	min-width: 200px;
-	-webkit-box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
-	box-shadow: inset 2px 2px 4px -2px rgba( 0, 0, 0, 0.1 );
+	-webkit-box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 0.1);
 }
 
 .media-frame .embed-url .spinner {
@@ -1662,18 +1650,18 @@
 }
 
 .image-details .advanced-toggle::after {
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	vertical-align: top;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	content: '\f140';
+	content: "\f140";
 	display: inline-block;
 	margin-top: -2px;
 }
 
 .image-details .advanced-visible .advanced-toggle::after {
-	content: '\f142';
+	content: "\f142";
 	margin-top: 0;
 }
 
@@ -1705,7 +1693,7 @@
 }
 
 .image-details .custom-size::after {
-    content: '';
+    content: "";
 	display: table;
     clear: both;
 }
@@ -1723,15 +1711,15 @@
 }
 
 .media-embed .thumbnail:after {
-	content: '';
+	content: "";
 	display: block;
 	position: absolute;
 	top: 0;
 	left: 0;
 	right: 0;
 	bottom: 0;
-	-webkit-box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
-	box-shadow: inset 0 0 0 1px rgba( 0, 0, 0, 0.1 );
+	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
+	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
 	overflow: hidden;
 }
 
@@ -1820,7 +1808,7 @@
 /* Drag & drop on the editor upload */
 #wp-fullscreen-body .uploader-editor,
 .wp-editor-wrap .uploader-editor {
-	background: rgba( 150, 150, 150, 0.9 );
+	background: rgba(150, 150, 150, 0.9);
 	position: absolute;
 	top: 0;
 	left: 0;
@@ -1832,7 +1820,7 @@
 }
 
 #wp-fullscreen-body .uploader-editor {
-	background: rgba( 0, 86, 132, 0.9 );
+	background: rgba(0, 86, 132, 0.9);
 	position: fixed;
 	z-index: 100050; /* above the editor toolbar */
 }
@@ -1857,9 +1845,9 @@
 	top: 50%;
 	left: 0;
 	right: 0;
-	-webkit-transform: translateY( -50% );
-	-ms-transform: translateY( -50% );
-	transform: translateY( -50% );
+	-webkit-transform: translateY(-50%);
+	-ms-transform: translateY(-50%);
+	transform: translateY(-50%);
 	font-size: 3em;
 	line-height: 1.3;
 	font-weight: bold;
@@ -1870,7 +1858,7 @@
 }
 
 .wp-editor-wrap .uploader-editor.droppable {
-	background: rgba( 0, 86, 132, 0.9 );
+	background: rgba(0, 86, 132, 0.9);
 }
 
 #wp-fullscreen-body .uploader-editor .uploader-editor-title,
Index: wp-includes/css/wp-auth-check.css
===================================================================
--- wp-includes/css/wp-auth-check.css	(revision 28220)
+++ wp-includes/css/wp-auth-check.css	(working copy)
@@ -30,8 +30,8 @@
 	padding: 30px 0 0;
 	background-color: #eee;
 	z-index: 1000011; /* needs to appear above #wp-auth-check-bg */
-	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
-	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
 }
 
 #wp-auth-check-wrap.fallback #wp-auth-check {
@@ -62,9 +62,9 @@
 }
 
 #wp-auth-check-wrap .wp-auth-check-close:before {
-	content: '\f158';
+	content: "\f158";
 	display: block !important;
-	font: normal 20px/1 'dashicons';
+	font: normal 20px/1 "dashicons";
 	speak: none;
 	height: 22px;
 	margin: 2px 0;
Index: wp-includes/css/wp-pointer.css
===================================================================
--- wp-includes/css/wp-pointer.css	(revision 28220)
+++ wp-includes/css/wp-pointer.css	(working copy)
@@ -4,8 +4,8 @@
 	font-size: 13px;
 	background: #fff;
 	border: 1px solid #dfdfdf;
-	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.075);
-	box-shadow: 0 3px 6px rgba(0,0,0,0.075);
+	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
+	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
 }
 
 .wp-pointer-content h3 {
@@ -25,8 +25,8 @@
 	-webkit-border-radius: 50%;
 	border-radius: 50%;
 	color: #2ea2cc;
-	content: '\f227';
-	font: normal 20px/1.6 'dashicons';
+	content: "\f227";
+	font: normal 20px/1.6 "dashicons";
 	position: absolute;
 	top: 8px;
 	left: 15px;
@@ -62,9 +62,9 @@
 .wp-pointer-buttons a.close:before {
 	background: none;
 	color: #bbb;
-	content: '\f153';
+	content: "\f153";
 	display: block !important;
-	font: normal 13px/1 'dashicons';
+	font: normal 13px/1 "dashicons";
 	speak: none;
 	margin: 1px 0;
 	text-align: center;
@@ -146,7 +146,7 @@
 	border: 13px solid transparent;
 	border-bottom-color: #2ea2cc;
 	display: block;
-	content: ' ';
+	content: " ";
 }
 
 .wp-pointer-bottom .wp-pointer-arrow {
@@ -161,7 +161,7 @@
 	border: 13px solid transparent;
 	border-top-color: #fff;
 	display: block;
-	content: ' ';
+	content: " ";
 }
 
 /* @noflip */
@@ -177,7 +177,7 @@
 	border: 13px solid transparent;
 	border-right-color: #fff;
 	display: block;
-	content: ' ';
+	content: " ";
 }
 
 /* @noflip */
@@ -193,7 +193,7 @@
 	border: 13px solid transparent;
 	border-left-color: #fff;
 	display: block;
-	content: ' ';
+	content: " ";
 }
 
 .rtl .wp-pointer-arrow:before {
