[weld-commits] Weld SVN: r4988 - doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Wed Nov 11 12:30:45 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-11 12:30:44 -0500 (Wed, 11 Nov 2009)
New Revision: 4988

Modified:
   doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl
Log:
better font sizes

Modified: doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl
===================================================================
--- doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl	2009-11-11 16:14:56 UTC (rev 4987)
+++ doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl	2009-11-11 17:30:44 UTC (rev 4988)
@@ -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>
@@ -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>



More information about the weld-commits mailing list