[weld-commits] Weld SVN: r4989 - 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 13:03:28 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-11 13:03:28 -0500 (Wed, 11 Nov 2009)
New Revision: 4989

Modified:
   doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl
Log:
title color

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 17:30:44 UTC (rev 4988)
+++ doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl	2009-11-11 18:03:28 UTC (rev 4989)
@@ -16,10 +16,10 @@
    <xsl:import href="classpath:/xslt/org/jboss/seam/pdf.xsl"/>
    
    <!-- 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>
-   <xsl:param name="section.title.color">black</xsl:param>
+   <xsl:param name="title.color">brown</xsl:param>
+   <xsl:param name="titlepage.color">brown</xsl:param>
+   <xsl:param name="chapter.title.color">brown</xsl:param>
+   <xsl:param name="section.title.color">brown</xsl:param>
    
    <!-- Change to monospace font for programlisting, needed to workaround crappy callouts -->
    <xsl:param name="programlisting.font" select="$monospace.font.family" />
@@ -29,6 +29,7 @@
    <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:param name="title.font.size" select="'60%'" /> 
 
 <xsl:template name="book.titlepage.recto">
   <xsl:choose>



More information about the weld-commits mailing list