[Rt-commit] r2558 - in rt/branches/QUEBEC-EXPERIMENTAL: . html/NoAuth

jesse at bestpractical.com jesse at bestpractical.com
Sat Apr 2 00:55:17 EST 2005


Author: jesse
Date: Sat Apr  2 00:55:16 2005
New Revision: 2558

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/html/NoAuth/webrt.css
Log:
 r11354 at hualien:  jesse | 2005-04-01 20:43:14 +0800
 * Updated webrt.css to resture the black text color for titleboxright text


Modified: rt/branches/QUEBEC-EXPERIMENTAL/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/html/NoAuth/webrt.css	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/html/NoAuth/webrt.css	Sat Apr  2 00:55:16 2005
@@ -597,13 +597,18 @@
                           padding-right: .5em;
                         }
 
-SPAN.titleboxright a {
+
+SPAN.titleboxright  {
         font-size: 0.5em;
-        color: #ffffff;
+        color: #000000;
          vertical-align: top;
          text-align: right;
         }
 
+SPAN.titleboxright a {
+        color: #ffffff;
+        }
+
 textarea.signature {
     width: 100%;
 }


More information about the Rt-commit mailing list