hgomez 2002/09/10 02:08:18 Modified: jk/xdocs style.xsl.in Log: Change color for section Revision Changes Path 1.11 +2 -2 jakarta-tomcat-connectors/jk/xdocs/style.xsl.in Index: style.xsl.in =================================================================== RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl.in,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- style.xsl.in 10 Sep 2002 08:02:13 -0000 1.10 +++ style.xsl.in 10 Sep 2002 09:08:18 -0000 1.11 @@ -152,7 +152,7 @@ <xsl:variable name="root" select="/"/> <xsl:for-each select="document('menu.idx')/index/section"> <tr height="6"> - <td bgcolor="#cccccc" width="150" colspan="2"> + <td bgcolor="#d0d0d0" width="150" colspan="2"> <xsl:value-of select="@name"/> </td> </tr> @@ -200,7 +200,7 @@ both for C and for Java --> <tr height="6"> - <td bgcolor="#cccccc" width="150" colspan="2"> + <td bgcolor="#d0d0d0" width="150" colspan="2"> Developpers </td> </tr>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>