morgand 01/05/09 13:58:12
Modified: src/doc/stylesheets taglibs.xsl
Log:
changed background color for news from lime (looked mint on an LCD :)
to light grey
Revision Changes Path
1.4 +3 -3 jakarta-taglibs/src/doc/stylesheets/taglibs.xsl
Index: taglibs.xsl
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/stylesheets/taglibs.xsl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- taglibs.xsl 2001/05/03 15:36:46 1.3
+++ taglibs.xsl 2001/05/09 20:58:09 1.4
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Content Stylesheet for Taglibs Documentation -->
-<!-- $Id: taglibs.xsl,v 1.3 2001/05/03 15:36:46 morgand Exp $ -->
+<!-- $Id: taglibs.xsl,v 1.4 2001/05/09 20:58:09 morgand Exp $ -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">
@@ -285,10 +285,10 @@
<xsl:template match="newsitem">
<tr>
- <td bgcolor="#99FF99">
+ <td bgcolor="#CCCCCC">
<b><font size="-1"><xsl:value-of select="@date"/></font></b>
</td>
- <td bgcolor="#99FF99">
+ <td bgcolor="#CCCCCC">
<xsl:if test="@libname">
<font size="-1" color="3333FF">[<xsl:value-of select="@libname"/>]</font>
</xsl:if>