[weld-commits] Weld SVN: r4962 - 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 12:39:50 EST 2009
Author: pete.muir at jboss.org
Date: 2009-11-10 12:39:49 -0500 (Tue, 10 Nov 2009)
New Revision: 4962
Modified:
doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl
Log:
use black text
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:33:45 UTC (rev 4961)
+++ doc/trunk/xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl 2009-11-10 17:39:49 UTC (rev 4962)
@@ -14,6 +14,12 @@
exclude-result-prefixes="#default">
<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:template name="book.titlepage.recto">
<xsl:choose>
@@ -27,7 +33,9 @@
<xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="title"/>
</xsl:when>
</xsl:choose>
+
+
<xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="bookinfo/issuenum"/>
<xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="info/issuenum"/>
<xsl:apply-templates mode="book.titlepage.recto.auto.mode" select="issuenum"/>
More information about the weld-commits
mailing list