[Jifty-commit] r2018 - in wifty/trunk: share/web/static/css

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Oct 10 21:00:23 EDT 2006


Author: jpeacock
Date: Tue Oct 10 21:00:23 2006
New Revision: 2018

Modified:
   wifty/trunk/   (props changed)
   wifty/trunk/share/web/static/css/app-base.css

Log:
 r1751 at dsl092-168-024:  jpeacock | 2006-10-10 21:00:28 -0400
 Can't see the salutation link when Admin mode is enabled (red text on
 slightly different red background).  Black at least shows up. ;-)


Modified: wifty/trunk/share/web/static/css/app-base.css
==============================================================================
--- wifty/trunk/share/web/static/css/app-base.css	(original)
+++ wifty/trunk/share/web/static/css/app-base.css	Tue Oct 10 21:00:23 2006
@@ -16,6 +16,10 @@
     font-size: 0.9em;
 }
 
+#salutation a {
+    color: black;
+}
+
 #header {
     margin-top: 2.3em;
 }


More information about the Jifty-commit mailing list