Index: admin-bar-rtl.dev.css
===================================================================
--- admin-bar-rtl.dev.css	(revision 17495)
+++ admin-bar-rtl.dev.css	(working copy)
@@ -1,6 +1,6 @@
 #wpadminbar {
 	direction: rtl;
-	font-family: Tahoma, Arial ,sans-serif;
+	font-family: Tahoma, Arial, sans-serif;
 	right: 0;
 	left: auto;
 }
@@ -28,7 +28,7 @@
 	border-left-color: #686868;
 }
 
-#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar a img  {
+#wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar a img {
 	margin: -2px -5px 0 23px;
 }
 
@@ -44,13 +44,13 @@
 }
 
 #wpadminbar .quicklinks .menupop a > span {
-	background: url(../images/admin-bar-sprite-rtl.png?d=11122010) left -58px no-repeat;
+	background: url("../images/admin-bar-sprite-rtl.png?d=11122010") left -58px no-repeat;
 	padding-right: 0;
 	padding-left: .8em;
 }
 
 #wpadminbar .quicklinks .menupop ul li a > span {
-	background: url(../images/admin-bar-sprite-rtl.png?d=11122010) left -29px no-repeat;
+	background: url("../images/admin-bar-sprite-rtl.png?d=11122010") left -29px no-repeat;
 	padding-right: 0;
 	padding-left: 1.5em;
 }
@@ -65,7 +65,7 @@
 }
 
 #wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar > a {
-	background: url(../images/admin-bar-sprite-rtl.png?d=11122010) top right no-repeat;
+	background: url("../images/admin-bar-sprite-rtl.png?d=11122010") top right no-repeat;
 }
 
 #wpadminbar .quicklinks li#wp-admin-bar-my-account > a,
Index: admin-bar.dev.css
===================================================================
--- admin-bar.dev.css	(revision 17495)
+++ admin-bar.dev.css	(working copy)
@@ -27,8 +27,10 @@
 #wpadminbar {
 	direction: ltr;
 	background-color: #777;
-	background-image: -moz-linear-gradient(bottom,  #666,  #7f7f7f);
 	background-image: -webkit-gradient(linear, left bottom, left top, from(#666), to(#7f7f7f));
+	background-image: -webkit-linear-gradient(bottom, #666, #7f7f7f);
+	background-image: -moz-linear-gradient(bottom, #666, #7f7f7f);
+	background-image: linear-gradient(bottom, #666, #7f7f7f);
 	color: #ddd;
 	font: normal 12px/28px Arial, Helvetica, sans-serif;
 	height: 28px;
@@ -139,25 +141,29 @@
 #wpadminbar .quicklinks li:hover,
 #wpadminbar .quicklinks .selected {
 	background: #555;
-	background: -moz-linear-gradient(bottom,  #555,  #3e3e3e);
 	background: -webkit-gradient(linear, left bottom, left top, from(#555), to(#3e3e3e));
+	background: -webkit-linear-gradient(bottom, #555, #3e3e3e);
+	background: -moz-linear-gradient(bottom, #555, #3e3e3e);
+	background: linear-gradient(bottom, #555, #3e3e3e);
 }
 
 #wpadminbar .quicklinks .menupop li:hover {
 	background: #888;
-	background: -moz-linear-gradient(bottom,  #888,  #9d9d9d);
 	background: -webkit-gradient(linear, left bottom, left top, from(#888), to(#9d9d9d));
+	background: -webkit-linear-gradient(bottom, #888, #9d9d9d);
+	background: -moz-linear-gradient(bottom, #888, #9d9d9d);
+	background: linear-gradient(bottom, #888, #9d9d9d);
 }
 
 #wpadminbar .quicklinks .menupop a > span {
 	display: inline;
-	background: url(../images/admin-bar-sprite.png?d=11122010) right -58px no-repeat;
+	background: url("../images/admin-bar-sprite.png?d=11122010") right -58px no-repeat;
 	padding-right: .8em;
 }
 
 #wpadminbar .quicklinks .menupop ul li a > span {
 	display: block;
-	background: url(../images/admin-bar-sprite.png?d=11122010) right -29px no-repeat;
+	background: url("../images/admin-bar-sprite.png?d=11122010") right -29px no-repeat;
 	padding-right: 1.5em;
 }
 
@@ -177,7 +183,7 @@
 }
 
 #wpadminbar .quicklinks a:hover span#ab-awaiting-mod,
-#wpadminbar .quicklinks a:hover span#ab-updates  {
+#wpadminbar .quicklinks a:hover span#ab-updates {
 	background: #fff;
 	color: #000;
 }
@@ -188,7 +194,7 @@
 
 #wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar > a {
 	border-left: none;
-	background: url(../images/admin-bar-sprite.png?d=11122010) top left no-repeat;
+	background: url("../images/admin-bar-sprite.png?d=11122010") top left no-repeat;
 }
 
 #wpadminbar .quicklinks li#wp-admin-bar-my-account-with-avatar > a img {
@@ -250,8 +256,10 @@
 	cursor: pointer;
 	float: left;
 	background: #aaa;
-	background: -moz-linear-gradient(bottom,  #aaa,  #cecece);
 	background: -webkit-gradient(linear, left bottom, left top, from(#aaa), to(#cecece));
+	background: -webkit-linear-gradient(bottom, #aaa, #cecece);
+	background: -moz-linear-gradient(bottom, #aaa, #cecece);
+	background: linear-gradient(bottom, #aaa, #cecece);
 	-webkit-border-radius: 10px;
 	-khtml-border-radius: 10px;
 	-moz-border-radius: 10px;
@@ -265,8 +273,10 @@
 
 #wpadminbar #adminbarsearch .adminbar-button:active {
 	background: #a0a0a0;
-	background:-moz-linear-gradient(bottom,  #a0a0a0,  #c1c1c1);
-	background:-webkit-gradient(linear, left bottom, left top, from(#a0a0a0), to(#c1c1c1));
+	background: -webkit-gradient(linear, left bottom, left top, from(#a0a0a0), to(#c1c1c1));
+	background: -webkit-linear-gradient(bottom, #a0a0a0, #c1c1c1);
+	background: -moz-linear-gradient(bottom, #a0a0a0, #c1c1c1);
+	background: linear-gradient(bottom, #a0a0a0, #c1c1c1);
 	-moz-box-shadow: inset 1px 1px 1px #9b9b9b;
 	-webkit-box-shadow: inset 1px 1px 1px #9b9b9b;
 	box-shadow: inset 1px 1px 1px #9b9b9b;
