Index: wp-includes/css/admin-bar.dev.css
===================================================================
--- wp-includes/css/admin-bar.dev.css	(revision 19170)
+++ wp-includes/css/admin-bar.dev.css	(working copy)
@@ -40,12 +40,12 @@
 	min-width: 960px;
 
 	background-color: #464646; /* Fallback */
-	background-image: -ms-linear-gradient(bottom, #464646, #373737 5px); /* IE10 */
-	background-image: -moz-linear-gradient(bottom, #464646, #373737 5px); /* Firefox */
-	background-image: -o-linear-gradient(bottom, #464646, #373737); /* Opera */
-	background-image: -webkit-gradient(linear, left bottom, left top, from(#464646), to(#373737)); /* old Webkit */
+	background-image: -ms-linear-gradient(bottom, #373737, #464646 5px); /* IE10 */
+	background-image: -moz-linear-gradient(bottom, #373737, #464646 5px); /* Firefox */
+	background-image: -o-linear-gradient(bottom, #373737, #464646 5px); /* Opera */
+	background-image: -webkit-gradient(linear, left bottom, left top, from(#373737), to(#464646)); /* old Webkit */
 	background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px); /* new Webkit */
-	background-image: linear-gradient(bottom, #464646, #373737); /* proposed W3C Markup */
+	background-image: linear-gradient(bottom, #373737, #464646 5px); /* proposed W3C Markup */
 }
 
 #wpadminbar ul,
