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

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Nov 10 14:08:11 EST 2009


Author: pete.muir at jboss.org
Date: 2009-11-10 14:08:11 -0500 (Tue, 10 Nov 2009)
New Revision: 4964

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

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-10 17:49:52 UTC (rev 4963)
+++ doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl	2009-11-10 19:08:11 UTC (rev 4964)
@@ -25,7 +25,8 @@
    <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="programlisting.font.size" select="'75%'" />
+   <xsl:param name="body.font.size" select="'75%'" /> 
 
 <xsl:template name="book.titlepage.recto">
   <xsl:choose>



More information about the weld-commits mailing list