nicolaken 02/03/18 01:40:31
Modified: src/documentation/stylesheets book2menu.xsl
Log:
Fixed style to make the site readable by Netscape 4 browser, by simply changing the
<hr/> tag that separated sections on the left links to <br/>.
Tested and works in Netscape Navigator 4.79 .
Revision Changes Path
1.3 +1 -1 jakarta-poi/src/documentation/stylesheets/book2menu.xsl
Index: book2menu.xsl
===================================================================
RCS file: /home/cvs/jakarta-poi/src/documentation/stylesheets/book2menu.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- book2menu.xsl 14 Mar 2002 11:05:03 -0000 1.2
+++ book2menu.xsl 18 Mar 2002 09:40:31 -0000 1.3
@@ -14,7 +14,7 @@
</xsl:template>
<xsl:template match="menu">
- <hr/>
+ <br/>
<span class="s1"><xsl:value-of select="@label"/></span><br/>
<xsl:apply-templates/>
</xsl:template>