Index: wp-admin/css/colors-fresh.css
===================================================================
--- wp-admin/css/colors-fresh.css	(revision 22613)
+++ wp-admin/css/colors-fresh.css	(working copy)
@@ -660,7 +660,7 @@
 }
 
 .curtime #timestamp {
-	background-image: url(../images/date-button.gif);
+	background-image: url("../images/date-button.gif");
 }
 
 #rightnow .youhave {
@@ -673,12 +673,12 @@
 
 .tagchecklist span a,
 #bulk-titles div a {
-	background: url(../images/xit.gif) no-repeat;
+	background: url("../images/xit.gif") no-repeat;
 }
 
 .tagchecklist span a:hover,
 #bulk-titles div a:hover {
-	background: url(../images/xit.gif) no-repeat -10px 0;
+	background: url("../images/xit.gif") no-repeat -10px 0;
 }
 
 #update-nag, .update-nag {
@@ -730,7 +730,7 @@
 
 #screen-meta-links a {
 	color: #777;
-	background: transparent url(../images/arrows.png) no-repeat right 4px;
+	background: transparent url("../images/arrows.png") no-repeat right 4px;
 }
 
 #screen-meta-links a:hover,
@@ -834,7 +834,7 @@
 
 #adminmenushadow,
 #adminmenuback {
-	background-image: url(../images/menu-shadow.png);
+	background-image: url("../images/menu-shadow.png");
 	background-position: top right;
 	background-repeat: repeat-y;
 }
@@ -976,7 +976,7 @@
 }
 
 #collapse-button div {
-	background: transparent url(../images/arrows.png) no-repeat 0 -72px;
+	background: transparent url("../images/arrows.png") no-repeat 0 -72px;
 }
 
 .folded #collapse-button div {
@@ -1048,7 +1048,7 @@
 .menu-icon-site div.wp-menu-image,
 .icon16.icon-generic,
 .menu-icon-generic div.wp-menu-image {
-	background-image: url(../images/menu.png?ver=20121105);
+	background-image: url("../images/menu.png?ver=20121105");
 }
 
 .icon16.icon-dashboard,
@@ -1230,7 +1230,7 @@
 #icon-ms-admin,
 .icon32.icon-generic,
 #icon-generic {
-	background-image: url(../images/icons32.png?ver=20121105);
+	background-image: url("../images/icons32.png?ver=20121105");
 }
 
 .icon32.icon-post,
@@ -1403,7 +1403,7 @@
 }
 
 .js .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows.png") no-repeat 6px 7px;
 }
 
 .tablenav .tablenav-pages {
@@ -1488,7 +1488,7 @@
 .view-switch #view-switch-list,
 .view-switch #view-switch-excerpt {
 	background-color: transparent;
-	background-image: url('../images/list.png');
+	background-image: url("../images/list.png");
 	background-repeat: no-repeat;
 }
 
@@ -1509,7 +1509,7 @@
 }
 
 #header-logo {
-	background: transparent url(../images/wp-logo.png?ver=20110504) no-repeat scroll center center;
+	background: transparent url("../images/wp-logo.png?ver=20110504") no-repeat scroll center center;
 }
 
 .popular-tags,
@@ -1547,11 +1547,11 @@
 }
 
 .js .sidebar-name-arrow {
-	background: transparent url(../images/arrows.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows.png") no-repeat 5px 9px;
 }
 
 .js .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px;
 }
 
 .in-widget-title {
@@ -1664,12 +1664,12 @@
 }
 
 .nav-menus-php .item-edit {
-	background: transparent url(../images/arrows.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows.png") no-repeat 8px 10px;
 	border-bottom-color: #eee;
 }
 
 .nav-menus-php .item-edit:hover {
-	background: transparent url(../images/arrows-dark.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 8px 10px;
 }
 
 .menu-item-settings { /* Menu editing */
@@ -1830,7 +1830,7 @@
 /* Menu */
 .rtl #adminmenushadow,
 .rtl #adminmenuback {
-	background-image: url(../images/menu-shadow-rtl.png);
+	background-image: url("../images/menu-shadow-rtl.png");
 	background-position: top left;
 }
 
@@ -1874,7 +1874,7 @@
 
 /* Edit Image */
 .js.rtl .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows.png") no-repeat 6px 7px;
 }
 
 .rtl #post-body .misc-pub-section {
@@ -1883,11 +1883,11 @@
 }
 
 .js.rtl .sidebar-name-arrow {
-	background: transparent url(../images/arrows.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows.png") no-repeat 5px 9px;
 }
 
 .js.rtl .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 5px 9px;
 }
 
 /**
@@ -1974,7 +1974,7 @@
 	#icon-ms-admin,
 	.icon32.icon-generic,
 	#icon-generic {
-		background-image: url(../images/icons32-2x.png?ver=20121105);
+		background-image: url("../images/icons32-2x.png?ver=20121105");
 		background-size: 756px 45px;
 	}
 
@@ -2004,12 +2004,12 @@
 	.menu-icon-site div.wp-menu-image,
 	.icon16.icon-generic,
 	.menu-icon-generic div.wp-menu-image {
-		background-image: url('../images/menu-2x.png?ver=20121105');
+		background-image: url("../images/menu-2x.png?ver=20121105");
 		background-size: 390px 64px;
 	}
 
 	#header-logo {
-		background-image: url('../images/wp-logo-2x.png?ver=20120916');
+		background-image: url("../images/wp-logo-2x.png?ver=20120916");
 		background-size: 16px auto;
 	}
 
Index: wp-admin/css/install.css
===================================================================
--- wp-admin/css/install.css	(revision 22613)
+++ wp-admin/css/install.css	(working copy)
@@ -64,7 +64,7 @@
 	text-align:center
 }
 #logo a {
-	background-image: url('../images/wordpress-logo.png?ver=20120216');
+	background-image: url("../images/wordpress-logo.png?ver=20120216");
 	background-size: 274px 63px;
 	background-position: top center;
 	background-repeat: no-repeat;
@@ -76,7 +76,7 @@
 }
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 	#logo a {
-		background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
+		background-image: url("../images/wordpress-logo-2x.png?ver=20120412");
 		background-size: 274px 63px;
 	}
 }
Index: wp-admin/css/wp-admin-rtl.css
===================================================================
--- wp-admin/css/wp-admin-rtl.css	(revision 22613)
+++ wp-admin/css/wp-admin-rtl.css	(working copy)
@@ -118,7 +118,7 @@
 }
 
 input[type="text"].ui-autocomplete-loading {
-	background: transparent url('../images/loading.gif') no-repeat left center;
+	background: transparent url("../images/loading.gif") no-repeat left center;
 }
 
 ul#add-to-blog-users {
@@ -525,7 +525,7 @@
 }
 
 .post-com-count {
-	background-image: url('../images/bubble_bg-rtl.gif');
+	background-image: url("../images/bubble_bg-rtl.gif");
 }
 
 .column-response .post-com-count {
@@ -863,7 +863,7 @@
 }
 
 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
-	background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
+	background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom;
 	cursor: sw-resize;
 }
 
@@ -1524,7 +1524,7 @@
 }
 
 #content-resize-handle {
-	background: transparent url('../images/resize-rtl.gif') no-repeat scroll left bottom;
+	background: transparent url("../images/resize-rtl.gif") no-repeat scroll left bottom;
 	right: auto;
 	left: 2px;
 	cursor: sw-resize;
@@ -1576,7 +1576,7 @@
 .wp-full-overlay .collapse-sidebar-arrow {
 	margin-right: 2px;
 	margin-left: 0;
-	background: transparent url('../images/arrows.png') no-repeat 0 -108px;
+	background: transparent url("../images/arrows.png") no-repeat 0 -108px;
 }
 
 .wp-full-overlay.collapsed .collapse-sidebar-arrow {
@@ -2148,10 +2148,10 @@
 
 /* Star ratings */
 div.star-holder {
-	background: url('../images/stars-rtl.png?ver=20121108') repeat-x bottom right;
+	background: url("../images/stars-rtl.png?ver=20121108") repeat-x bottom right;
 }
 div.star-holder .star-rating {
-	background: url('../images/stars-rtl.png?ver=20121108') repeat-x top right;
+	background: url("../images/stars-rtl.png?ver=20121108") repeat-x top right;
 	float: right;
 }
 
@@ -2384,33 +2384,33 @@
  */
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 	.post-com-count {
-		background-image: url('../images/bubble_bg-rtl-2x.gif');
+		background-image: url("../images/bubble_bg-rtl-2x.gif");
 		background-size: 18px 100px;
 	}
 
 	#content-resize-handle, #post-body .wp_themeSkin .mceStatusbar a.mceResize {
-		background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll right bottom;
+		background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll right bottom;
 		background-size: 11px 11px;
 	}
 
 	.wp-full-overlay .collapse-sidebar-arrow {
-		background-image: url('../images/arrows-2x.png');
+		background-image: url("../images/arrows-2x.png");
 		background-size: 15px 123px;
 	}
 
 	div.star-holder {
-		background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x bottom right;
+		background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x bottom right;
 		background-size: 21px 37px;
 	}
 
 	div.star-holder .star-rating {
-		background: url('../images/stars-rtl-2x.png?ver=20121108') repeat-x top right;
+		background: url("../images/stars-rtl-2x.png?ver=20121108") repeat-x top right;
 		background-size: 21px 37px;
 	}
 
 	#post-body .wp_themeSkin .mceStatusbar a.mceResize,
 	#content-resize-handle {
-		background: transparent url('../images/resize-rtl-2x.gif') no-repeat scroll left bottom;
+		background: transparent url("../images/resize-rtl-2x.gif") no-repeat scroll left bottom;
 	}
 }
 
Index: wp-admin/css/wp-admin.css
===================================================================
--- wp-admin/css/wp-admin.css	(revision 22613)
+++ wp-admin/css/wp-admin.css	(working copy)
@@ -932,7 +932,7 @@
 }
 
 input[type="text"].ui-autocomplete-loading {
-	background: transparent url('../images/loading.gif') no-repeat right center;
+	background: transparent url("../images/loading.gif") no-repeat right center;
 	visibility: visible;
 }
 
@@ -1827,7 +1827,7 @@
 }
 
 .post-com-count {
-	background-image: url('../images/bubble_bg.gif');
+	background-image: url("../images/bubble_bg.gif");
 	height: 1.3em;
 	line-height: 1.1em;
 	display: block;
@@ -1873,7 +1873,7 @@
 }
 
 th .comment-grey-bubble {
-	background-image: url('../images/comment-grey-bubble.png');
+	background-image: url("../images/comment-grey-bubble.png");
 	background-repeat: no-repeat;
 	height: 12px;
 	width: 12px;
@@ -2273,7 +2273,7 @@
 	left: -12px;
 	width: 10px;
 	height: 100%;
-	background: url('../images/xit.gif') 0 17% no-repeat;
+	background: url("../images/xit.gif") 0 17% no-repeat;
 }
 
 .welcome-panel .welcome-panel-close:hover:before {
@@ -2322,32 +2322,32 @@
 }
 
 .welcome-panel .welcome-add-page {
-	background: url('../images/welcome-icons.png') no-repeat 0 -1px;
+	background: url("../images/welcome-icons.png") no-repeat 0 -1px;
 }
 
 .welcome-panel .welcome-edit-page {
-	background: url('../images/welcome-icons.png') no-repeat 0px -92px;
+	background: url("../images/welcome-icons.png") no-repeat 0px -92px;
 }
 
 .welcome-panel .welcome-learn-more {
-	background: url('../images/welcome-icons.png') no-repeat 0px -138px;
+	background: url("../images/welcome-icons.png") no-repeat 0px -138px;
 }
 
 .welcome-panel .welcome-comments {
-	background: url('../images/welcome-icons.png') no-repeat 0px -184px;
+	background: url("../images/welcome-icons.png") no-repeat 0px -184px;
 }
 
 .welcome-panel .welcome-view-site {
-	background: url('../images/welcome-icons.png') no-repeat 0px -276px;
+	background: url("../images/welcome-icons.png") no-repeat 0px -276px;
 }
 
 .welcome-panel .welcome-widgets-menus {
-	background: url('../images/welcome-icons.png') no-repeat 1px -230px;
+	background: url("../images/welcome-icons.png") no-repeat 1px -230px;
 	line-height: 14px;
 }
 
 .welcome-panel .welcome-write-blog {
- 	background: url('../images/welcome-icons.png') no-repeat 0px -46px;
+ 	background: url("../images/welcome-icons.png") no-repeat 0px -46px;
 }
 
 .welcome-panel .welcome-add-page,
@@ -2364,37 +2364,37 @@
 
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 	.welcome-panel .welcome-add-page {
-		background: url('../images/welcome-icons-2x.png') no-repeat 0 -1px;
+		background: url("../images/welcome-icons-2x.png") no-repeat 0 -1px;
 		background-size: 16px;
 	}
 
 	.welcome-panel .welcome-edit-page {
-		background: url('../images/welcome-icons-2x.png') no-repeat 0px -92px;
+		background: url("../images/welcome-icons-2x.png") no-repeat 0px -92px;
 		background-size: 16px;
 	}
 
 	.welcome-panel .welcome-learn-more {
-		background: url('../images/welcome-icons-2x.png') no-repeat 0px -138px;
+		background: url("../images/welcome-icons-2x.png") no-repeat 0px -138px;
 		background-size: 16px;
 	}
 
 	.welcome-panel .welcome-comments {
-		background: url('../images/welcome-icons-2x.png') no-repeat 0px -184px;
+		background: url("../images/welcome-icons-2x.png") no-repeat 0px -184px;
 		background-size: 16px;
 	}
 
 	.welcome-panel .welcome-view-site {
-		background: url('../images/welcome-icons-2x.png') no-repeat 0px -276px;
+		background: url("../images/welcome-icons-2x.png") no-repeat 0px -276px;
 		background-size: 16px;
 	}
 
 	.welcome-panel .welcome-widgets-menus {
-		background: url('../images/welcome-icons-2x.png') no-repeat 1px -230px;
+		background: url("../images/welcome-icons-2x.png") no-repeat 1px -230px;
 		background-size: 16px;
 	}
 
 	.welcome-panel .welcome-write-blog {
-	 	background: url('../images/welcome-icons-2x.png') no-repeat 0px -46px;
+	 	background: url("../images/welcome-icons-2x.png") no-repeat 0px -46px;
 	 	background-size: 16px;
 	}
 }
@@ -2446,7 +2446,7 @@
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 
 	.welcome-panel .welcome-panel-close:before {
-		background-image: url('../images/xit-2x.gif');
+		background-image: url("../images/xit-2x.gif");
 		background-size: 20px auto;
 	}
 }
@@ -2565,7 +2565,7 @@
 	height: 4px;
 	margin-top: 8px;
 	margin-left: 7px;
-	background-image: url('../images/sort.gif');
+	background-image: url("../images/sort.gif");
 	background-repeat: no-repeat;
 }
 
@@ -3303,7 +3303,7 @@
 
 #post-body .wp_themeSkin .mceStatusbar a.mceResize {
 	display: block;
-	background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
+	background: transparent url("../images/resize.gif") no-repeat scroll right bottom;
 	width: 12px;
 	cursor: se-resize;
 	margin: 0 1px;
@@ -3316,7 +3316,7 @@
 }
 
 #content-resize-handle {
-	background: transparent url('../images/resize.gif') no-repeat scroll right bottom;
+	background: transparent url("../images/resize.gif") no-repeat scroll right bottom;
 	width: 12px;
 	cursor: se-resize;
 	position: absolute;
@@ -4174,7 +4174,7 @@
 .imgedit-wait {
 	position: absolute;
 	top: 0;
-	background: #fff url(../images/wpspin_light.gif) no-repeat scroll 22px 10px;
+	background: #fff url("../images/wpspin_light.gif") no-repeat scroll 22px 10px;
 	background-size: 16px 16px;
 	opacity: 0.7;
 	filter: alpha(opacity=70);
@@ -4184,7 +4184,7 @@
 }
 
 .spinner {
-	background: url(../images/wpspin_light.gif) no-repeat;
+	background: url("../images/wpspin_light.gif") no-repeat;
 	background-size: 16px 16px;
 	display: none;
 	float: right;
@@ -4199,7 +4199,7 @@
 	.spinner,
 	.imgedit-wait,
 	.customize-loading #customize-container {
-		background-image: url(../images/wpspin_light-2x.gif);
+		background-image: url("../images/wpspin_light-2x.gif");
 	}
 }
 
@@ -4242,7 +4242,7 @@
 }
 
 .imgedit-crop {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -9px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -9px -31px;
 	margin: 0 8px 0 0;
 }
 
@@ -4255,7 +4255,7 @@
 }
 
 .imgedit-rleft {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -46px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -46px -31px;
 	margin: 0 3px;
 }
 
@@ -4268,7 +4268,7 @@
 }
 
 .imgedit-rright {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -77px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -77px -31px;
 	margin: 0 8px 0 3px;
 }
 
@@ -4281,7 +4281,7 @@
 }
 
 .imgedit-flipv {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -115px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -115px -31px;
 	margin: 0 3px;
 }
 
@@ -4294,7 +4294,7 @@
 }
 
 .imgedit-fliph {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -147px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -147px -31px;
 	margin: 0 8px 0 3px;
 }
 
@@ -4307,7 +4307,7 @@
 }
 
 .imgedit-undo {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -184px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -184px -31px;
 	margin: 0 3px;
 }
 
@@ -4320,7 +4320,7 @@
 }
 
 .imgedit-redo {
-	background: transparent url('../images/imgedit-icons.png') no-repeat scroll -215px -31px;
+	background: transparent url("../images/imgedit-icons.png") no-repeat scroll -215px -31px;
 	margin: 0 8px 0 3px;
 }
 
@@ -4408,7 +4408,7 @@
 	.imgedit-fliph,
 	.imgedit-undo,
 	.imgedit-redo {
-		background-image: url('../images/imgedit-icons-2x.png');
+		background-image: url("../images/imgedit-icons-2x.png");
 		background-size: 260px 64px;
 	}
 }
@@ -5108,7 +5108,7 @@
 }
 
 .pressthis a span {
-	background: url(../images/press-this.png?v=20120502) no-repeat 0px 5px;
+	background: url("../images/press-this.png?v=20120502") no-repeat 0px 5px;
 	background-size: 24px 20px;
 	padding: 8px 11px 8px 27px;
 	margin: 0 5px;
@@ -5134,7 +5134,7 @@
 
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 	.pressthis a span {
-		background-image: url(../images/press-this-2x.png?v=20121105);
+		background-image: url("../images/press-this-2x.png?v=20121105");
 	}
 }
 
@@ -5303,7 +5303,7 @@
 	font-size: 14px;
 	text-align: center;
 	margin: 0 -5px;
-	background: url('../images/wp-badge.png?ver=20111120') no-repeat;
+	background: url("../images/wp-badge.png?ver=20111120") no-repeat;
 }
 
 .about-wrap .wp-badge {
@@ -5643,7 +5643,7 @@
 	display: block;
 	width: 15px;
 	height: 15px;
-	background: transparent url('../images/arrows.png') no-repeat -1px -73px;
+	background: transparent url("../images/arrows.png") no-repeat -1px -73px;
 }
 
 .wp-full-overlay.collapsed .collapse-sidebar-arrow {
@@ -5690,7 +5690,7 @@
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 
 	.wp-full-overlay .collapse-sidebar-arrow {
-	 	background-image: url('../images/arrows-2x.png');
+	 	background-image: url("../images/arrows-2x.png");
 	 	background-size: 15px 123px;
 	 }
 }
@@ -6627,7 +6627,7 @@
 }
 
 .login h1 a {
-	background-image: url('../images/wordpress-logo.png?ver=20120216');
+	background-image: url("../images/wordpress-logo.png?ver=20120216");
 	background-size: 274px 63px;
 	background-position: top center;
 	background-repeat: no-repeat;
@@ -6642,12 +6642,12 @@
 
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 	.login h1 a {
-		background-image: url('../images/wordpress-logo-2x.png?ver=20120412');
+		background-image: url("../images/wordpress-logo-2x.png?ver=20120412");
 		background-size: 274px 63px;
 	}
 
 	.wp-badge {
-		background-image: url('../images/wp-badge-2x.png?ver=20120516');
+		background-image: url("../images/wp-badge-2x.png?ver=20120516");
 		background-size: 173px 194px;
 	}
 }
@@ -7409,11 +7409,11 @@
 	position: relative;
 	height: 17px;
 	width: 100px;
-	background: url('../images/stars.png?ver=20121108') repeat-x bottom left;
+	background: url("../images/stars.png?ver=20121108") repeat-x bottom left;
 }
 
 div.star-holder .star-rating {
-	background: url('../images/stars.png?ver=20121108') repeat-x top left;
+	background: url("../images/stars.png?ver=20121108") repeat-x top left;
 	height: 17px;
 	float: left;
 }
@@ -7600,7 +7600,7 @@
 }
 
 .press-this .tagchecklist span a {
-	background: transparent url(../images/xit.gif) no-repeat 0 0;
+	background: transparent url("../images/xit.gif") no-repeat 0 0;
 }
 
 .press-this #titlediv {
@@ -7703,7 +7703,7 @@
 
 .js .postbox:hover .handlediv,
 .js .stuffbox:hover .handlediv {
-	background: transparent url(../images/arrows.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows.png") no-repeat 6px 7px;
 }
 
 .press-this #submitdiv:hover .handlediv {
@@ -8169,11 +8169,11 @@
 }
 
 .widget-top a.widget-action {
-	background: transparent url(../images/arrows.png) no-repeat 4px 6px;
+	background: transparent url("../images/arrows.png") no-repeat 4px 6px;
 }
 
 .widget-top a.widget-action:hover {
-	background: transparent url(../images/arrows-dark.png) no-repeat 4px 6px;
+	background: transparent url("../images/arrows-dark.png") no-repeat 4px 6px;
 }
 
 .widget .widget-inside,
@@ -8427,50 +8427,50 @@
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
 
 	.press-this .tagchecklist span a {
-	 	background-image: url('../images/xit-2x.gif');
+	 	background-image: url("../images/xit-2x.gif");
 	 	background-size: 20px auto;
 	 }
 
 	.js .postbox:hover .handlediv,
 	.js .stuffbox:hover .handlediv,
 	.widget-top a.widget-action {
-	 	background-image: url('../images/arrows-2x.png');
+	 	background-image: url("../images/arrows-2x.png");
 	 	background-size: 15px 123px;
 	 }
 
 	.widget-top a.widget-action:hover {
-	 	background-image: url('../images/arrows-dark-2x.png');
+	 	background-image: url("../images/arrows-dark-2x.png");
 	 	background-size: 15px 123px;
 	}
 
 	.post-com-count {
-		background-image: url('../images/bubble_bg-2x.gif');
+		background-image: url("../images/bubble_bg-2x.gif");
 		background-size: 18px 100px;
 	}
 
 	th .comment-grey-bubble {
-		background-image: url('../images/comment-grey-bubble-2x.png');
+		background-image: url("../images/comment-grey-bubble-2x.png");
 		background-size: 12px 12px;
 	}
 
 	.sorting-indicator {
-		background-image: url('../images/sort-2x.gif');
+		background-image: url("../images/sort-2x.gif");
 		background-size: 14px 4px;
 	}
 
 	#content-resize-handle,
 	#post-body .wp_themeSkin .mceStatusbar a.mceResize {
-		background: transparent url('../images/resize-2x.gif') no-repeat scroll right bottom;
+		background: transparent url("../images/resize-2x.gif") no-repeat scroll right bottom;
 		background-size: 11px 11px;
 	}
 
 	div.star-holder {
-		background: url('../images/stars-2x.png?ver=20121108') repeat-x bottom left;
+		background: url("../images/stars-2x.png?ver=20121108") repeat-x bottom left;
 		background-size: 21px 37px;
 	}
 
 	div.star-holder .star-rating {
-		background: url('../images/stars-2x.png?ver=20121108') repeat-x top left;
+		background: url("../images/stars-2x.png?ver=20121108") repeat-x top left;
 		background-size: 21px 37px;
 	}
 }
Index: wp-admin/css/media.css
===================================================================
--- wp-admin/css/media.css	(revision 22613)
+++ wp-admin/css/media.css	(working copy)
@@ -52,19 +52,19 @@
 /* specific to the image upload form */
 
 .image-align-none-label {
-	background: url(../images/align-none.png) no-repeat center left;
+	background: url("../images/align-none.png") no-repeat center left;
 }
 
 .image-align-left-label {
-	background: url(../images/align-left.png) no-repeat center left;
+	background: url("../images/align-left.png") no-repeat center left;
 }
 
 .image-align-center-label {
-	background: url(../images/align-center.png) no-repeat center left;
+	background: url("../images/align-center.png") no-repeat center left;
 }
 
 .image-align-right-label {
-	background: url(../images/align-right.png) no-repeat center left;
+	background: url("../images/align-right.png") no-repeat center left;
 }
 
 tr.image-size td {
Index: wp-admin/css/colors-classic.css
===================================================================
--- wp-admin/css/colors-classic.css	(revision 22613)
+++ wp-admin/css/colors-classic.css	(working copy)
@@ -664,7 +664,7 @@
 }
 
 .curtime #timestamp {
-	background-image: url(../images/date-button.gif);
+	background-image: url("../images/date-button.gif");
 }
 
 #quicktags #ed_link {
@@ -681,12 +681,12 @@
 
 .tagchecklist span a,
 #bulk-titles div a {
-	background: url(../images/xit.gif) no-repeat;
+	background: url("../images/xit.gif") no-repeat;
 }
 
 .tagchecklist span a:hover,
 #bulk-titles div a:hover {
-	background: url(../images/xit.gif) no-repeat -10px 0;
+	background: url("../images/xit.gif") no-repeat -10px 0;
 }
 
 #update-nag, .update-nag {
@@ -739,7 +739,7 @@
 
 #screen-meta-links a {
 	color: #606060;
-	background: transparent url(../images/arrows.png) no-repeat right 4px;
+	background: transparent url("../images/arrows.png") no-repeat right 4px;
 }
 
 #screen-meta-links a:hover,
@@ -946,7 +946,7 @@
 
 #adminmenushadow,
 #adminmenuback {
-	background-image: url(../images/menu-shadow.png);
+	background-image: url("../images/menu-shadow.png");
 	background-position: top right;
 	background-repeat: repeat-y;
 }
@@ -1088,7 +1088,7 @@
 }
 
 #collapse-button div {
-	background: transparent url(../images/arrows-vs.png) no-repeat 0 -72px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 0 -72px;
 }
 
 .folded #collapse-button div {
@@ -1160,7 +1160,7 @@
 .menu-icon-site div.wp-menu-image,
 .icon16.icon-generic,
 .menu-icon-generic div.wp-menu-image {
-	background-image: url(../images/menu-vs.png?ver=20121105);
+	background-image: url("../images/menu-vs.png?ver=20121105");
 }
 
 .icon16.icon-dashboard,
@@ -1341,7 +1341,7 @@
 #icon-ms-admin,
 .icon32.icon-generic,
 #icon-generic {
-	background-image: url(../images/icons32-vs.png?ver=20121105);
+	background-image: url("../images/icons32-vs.png?ver=20121105");
 }
 
 .icon32.icon-post,
@@ -1514,7 +1514,7 @@
 }
 
 .js .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px;
 }
 
 .tablenav .tablenav-pages {
@@ -1599,7 +1599,7 @@
 .view-switch #view-switch-list,
 .view-switch #view-switch-excerpt {
 	background-color: transparent;
-	background-image: url('../images/list.png');
+	background-image: url("../images/list.png");
 	background-repeat: no-repeat;
 }
 
@@ -1620,7 +1620,7 @@
 }
 
 #header-logo {
-	background: transparent url(../images/wp-logo-vs.png?ver=20101102) no-repeat scroll center center;
+	background: transparent url("../images/wp-logo-vs.png?ver=20101102") no-repeat scroll center center;
 }
 
 .popular-tags,
@@ -1658,11 +1658,11 @@
 }
 
 .js .sidebar-name-arrow {
-	background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px;
 }
 
 .js .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px;
 }
 
 .in-widget-title {
@@ -1778,12 +1778,12 @@
 }
 
 .nav-menus-php .item-edit {
-	background: transparent url(../images/arrows-vs.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 8px 10px;
 	border-bottom-color: #eff8ff;
 }
 
 .nav-menus-php .item-edit:hover {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 8px 10px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 8px 10px;
 }
 
 .menu-item-settings { /* Menu editing */
@@ -1960,7 +1960,7 @@
 /* Menu */
 .rtl #adminmenushadow,
 .rtl #adminmenuback {
-	background-image: url(../images/menu-shadow-rtl.png);
+	background-image: url("../images/menu-shadow-rtl.png");
 	background-position: top left;
 }
 
@@ -2004,7 +2004,7 @@
 
 /* edit image */
 .js.rtl .meta-box-sortables .postbox:hover .handlediv {
-	background: transparent url(../images/arrows-vs.png) no-repeat 6px 7px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 6px 7px;
 }
 
 .rtl #post-body .misc-pub-section {
@@ -2013,11 +2013,11 @@
 }
 
 .js.rtl .sidebar-name-arrow {
-	background: transparent url(../images/arrows-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-vs.png") no-repeat 5px 9px;
 }
 
 .js.rtl .sidebar-name:hover .sidebar-name-arrow {
-	background: transparent url(../images/arrows-dark-vs.png) no-repeat 5px 9px;
+	background: transparent url("../images/arrows-dark-vs.png") no-repeat 5px 9px;
 }
 
 /**
@@ -2104,7 +2104,7 @@
 	#icon-ms-admin,
 	.icon32.icon-generic,
 	#icon-generic {
-		background-image: url(../images/icons32-vs-2x.png?ver=20121105);
+		background-image: url("../images/icons32-vs-2x.png?ver=20121105");
 		background-size: 756px 45px;
 	}
 
@@ -2134,12 +2134,12 @@
 	.menu-icon-site div.wp-menu-image,
 	.icon16.icon-generic,
 	.menu-icon-generic div.wp-menu-image {
-		background-image: url('../images/menu-vs-2x.png?ver=20121105');
+		background-image: url("../images/menu-vs-2x.png?ver=20121105");
 		background-size: 390px 64px;
 	}
 
 	#header-logo {
-		background-image: url('../images/wp-logo-vs-2x.png?ver=20120916');
+		background-image: url("../images/wp-logo-vs-2x.png?ver=20120916");
 		background-size: 16px auto;
 	}
 
