layout and typeface tweaks

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@2040 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2008-07-04 03:38:46 +00:00
parent 7f6f9303b9
commit d3ab044fb2
1 changed files with 6 additions and 4 deletions

10
xep.xsl
View File

@ -777,10 +777,12 @@ THE SOFTWARE.
</xsl:template>
<xsl:template match='table'>
<p class='caption'><a><xsl:attribute name='name'><xsl:text>table-</xsl:text><xsl:number level='any' count='table'/></xsl:attribute></a>Table <xsl:number level='any' count='table'/>:<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
<table border='1' cellpadding='3' cellspacing='0'>
<xsl:apply-templates/>
</table>
<div class='indent'>
<p class='caption'><a><xsl:attribute name='name'><xsl:text>table-</xsl:text><xsl:number level='any' count='table'/></xsl:attribute></a>Table <xsl:number level='any' count='table'/>:<xsl:text> </xsl:text><xsl:value-of select='@caption'/></p>
<table border='1' cellpadding='3' cellspacing='0'>
<xsl:apply-templates/>
</table>
</div>
</xsl:template>
<xsl:template match='tr'>