Reattached patch... webmail strikes again!
Randy Watler
David,
Cool. Attached is a further update patch for
layout/html/jetspeed/css/styles.css that supresses the link
decoration/colors within the buttons. Obviously, we could spend a long time
making this stuff perfect, but with this patch I think the basics are in
place for now.
Thanks for looking at this and committing!
Randy Watler
Index: styles.css
===================================================================
RCS file:
/home/cvspublic/jakarta-jetspeed-2/portal/src/webapp/WEB-INF/decorations/layout/html/jetspeed/css/styles.css,v
retrieving revision 1.10
diff -u -r1.10 styles.css
--- styles.css 2 Sep 2004 00:42:50 -0000 1.10
+++ styles.css 2 Sep 2004 04:06:09 -0000
@@ -38,9 +38,19 @@
else it will use the text height
**/
height:25px;
+ color:black;
background:url(content/jetspeed/images/tabmiddle_low.gif);
}
+.layout-Jetspeed .LTabLow A:link,
+.layout-Jetspeed .LTabLow A:visited,
+.layout-Jetspeed .LTabLow A:hover,
+.layout-Jetspeed .LTabLow A:active
+{
+ color:black;
+ text-decoration: none;
+}
+
.layout-Jetspeed .LTabRightLow
{
width:10px;
@@ -56,6 +66,7 @@
.layout-Jetspeed .LTab
{
height:25px;
+ color:black;
background:url(content/jetspeed/images/tabmiddle.gif);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]