[Rt-commit] r18528 - rt/3.8/trunk/share/html/NoAuth/css/web2

elacour at bestpractical.com elacour at bestpractical.com
Mon Feb 23 04:03:34 EST 2009


Author: elacour
Date: Mon Feb 23 04:03:33 2009
New Revision: 18528

Modified:
   rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css

Log:
Set a default text color (closes: #13197)

Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css	(original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/layout.css	Mon Feb 23 04:03:33 2009
@@ -56,6 +56,7 @@
     background: #547CCC url(<%RT->Config->Get('WebPath')%>/NoAuth/css/web2/images/background-gradient.png) top left repeat-x ;
     font-family: arial, helvetica, sans-serif;
 
+    color: #000000;
 }
 
 div#body {


More information about the Rt-commit mailing list