mturk 2004/11/29 04:46:25
Modified: jk/xdocs style.xsl
Log:
Make sure that section and subsction titles are context-width independent.
Revision Changes Path
1.9 +3 -3 jakarta-tomcat-connectors/jk/xdocs/style.xsl
Index: style.xsl
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/style.xsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- style.xsl 29 Nov 2004 12:25:14 -0000 1.8
+++ style.xsl 29 Nov 2004 12:46:25 -0000 1.9
@@ -194,7 +194,7 @@
<xsl:variable name="name">
<xsl:value-of select="@name"/>
</xsl:variable>
- <table border="0" cellspacing="0" cellpadding="2">
+ <table border="0" cellspacing="0" cellpadding="2" width="100%">
<!-- Section heading -->
<tr><td bgcolor="{$banner-bg}">
<font color="{$banner-fg}" face="arial,helvetica.sanserif">
@@ -214,7 +214,7 @@
<xsl:variable name="name">
<xsl:value-of select="@name"/>
</xsl:variable>
- <table border="0" cellspacing="0" cellpadding="2">
+ <table border="0" cellspacing="0" cellpadding="2" width="100%">
<!-- Subsection heading -->
<tr><td bgcolor="{$sub-banner-bg}">
<font color="{$sub-banner-fg}" face="arial,helvetica.sanserif">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]