commit: 203508a5b608f89272cbd11a0d3e291147c7b875
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 24 15:30:54 2014 +0000
Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
CommitDate: Sun Aug 24 15:30:54 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=203508a5
use first-header class for <h1> headings
---
devbook.xsl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devbook.xsl b/devbook.xsl
index 699d14e..f55e302 100644
--- a/devbook.xsl
+++ b/devbook.xsl
@@ -21,7 +21,7 @@
</xsl:variable>
<xsl:template match="chapter">
- <h1><xsl:apply-templates select="title"/></h1>
+ <h1 class="first-header"><xsl:apply-templates select="title"/></h1>
<xsl:apply-templates select="(body|section)"/>
</xsl:template>