[jsword-svn] bibledesktop/resource/xsl/cswing s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun May 22 05:35:19 MST 2005
Update of /cvs/jsword/bibledesktop/resource/xsl/cswing
In directory www.crosswire.org:/tmp/cvs-serv8272/resource/xsl/cswing
Modified Files:
simple.xsl
Log Message:
Fixed the Java 5 problem of notes column being too small.
Index: simple.xsl
===================================================================
RCS file: /cvs/jsword/bibledesktop/resource/xsl/cswing/simple.xsl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** simple.xsl 3 May 2005 03:13:15 -0000 1.18
--- simple.xsl 22 May 2005 12:35:17 -0000 1.19
***************
*** 131,138 ****
<table cols="2" cellpadding="5" cellspacing="5" width="100%">
<tr>
! <td valign="top" width="80%">
<xsl:apply-templates/>
</td>
! <td valign="top" width="20%" style="background:#f4f4e8;">
<p> </p>
<xsl:apply-templates select="//verse" mode="print-notes"/>
--- 131,138 ----
<table cols="2" cellpadding="5" cellspacing="5" width="100%">
<tr>
! <td valign="top" style="width:80%">
<xsl:apply-templates/>
</td>
! <td valign="top" style="background:#f4f4e8; width:20%">
<p> </p>
<xsl:apply-templates select="//verse" mode="print-notes"/>
More information about the jsword-svn
mailing list