Skip to content

Commit

Permalink
use black text
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Nov 10, 2009
1 parent c7c7492 commit 338ae05
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xslt/src/main/resources/xslt/org/jboss/weld/pdf.xsl
Expand Up @@ -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>
Expand All @@ -27,6 +33,8 @@
<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"/>
Expand Down

0 comments on commit 338ae05

Please sign in to comment.