[Rt-commit] r2708 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: .
html/NoAuth
jesse at bestpractical.com
jesse at bestpractical.com
Sat Apr 16 04:17:06 EDT 2005
Author: jesse
Date: Sat Apr 16 04:17:06 2005
New Revision: 2708
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
Log:
r13097 at hualien: jesse | 2005-04-16 03:10:51 -0400
r12996 at hualien: jesse | 2005-04-16 02:26:02 -0400
r11354 at hualien: jesse | 2005-04-01 07:43:14 -0500
* Updated webrt.css to resture the black text color for titleboxright text
Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/NoAuth/webrt.css Sat Apr 16 04:17:06 2005
@@ -691,12 +691,6 @@
padding-right: .5em;
}
-textarea.signature {
- width: 100%;
-}
-textarea.comments {
- width: 100%;
-}
textarea.messagebox {
width: 100%;
@@ -724,11 +718,15 @@
SPAN.titleboxright a {
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