Skip to content

Commit

Permalink
better font sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin King committed Nov 11, 2009
1 parent 7d62765 commit 240f068
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl
Expand Up @@ -15,7 +15,7 @@

<xsl:import href="classpath:/xslt/org/jboss/seam/pdf.xsl"/>

<!-- Change the font color for titles to black one -->
<!-- Change the font color for titles to black one -->
<xsl:param name="title.color">black</xsl:param>
<xsl:param name="titlepage.color">black</xsl:param>
<xsl:param name="chapter.title.color">black</xsl:param>
Expand All @@ -25,8 +25,10 @@
<xsl:param name="programlisting.font" select="$monospace.font.family" />

<!-- Make the font for programlisting slightly smaller -->
<xsl:param name="programlisting.font.size" select="'75%'" />
<xsl:param name="body.font.size" select="'75%'" />
<xsl:param name="programlisting.font.size" select="'90%'" />
<xsl:param name="body.font.size" select="'70%'" />
<xsl:param name="chapter.title.font.size" select="'60%'" />
<xsl:param name="section.title.font.size" select="'60%'" />

<xsl:template name="book.titlepage.recto">
<xsl:choose>
Expand Down

0 comments on commit 240f068

Please sign in to comment.