
<!-- saved from url=(0036)http://trunk.wpdev.us/admin-bar.diff -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><style type="text/css"></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">Index: src/wp-includes/css/admin-bar.css
===================================================================
--- src/wp-includes/css/admin-bar.css	(revision 27983)
+++ src/wp-includes/css/admin-bar.css	(working copy)
@@ -509,11 +509,14 @@
 }
 
 #wpadminbar #wp-admin-bar-site-name &gt; .ab-item:before {
+	content: "\f226";
+}
+
+.wp-admin #wpadminbar #wp-admin-bar-site-name &gt; .ab-item:before {
 	content: "\f102";
 }
 
 
-
 /**
  * Comments
  */
</pre></body></html>