summaryrefslogtreecommitdiffstats
path: root/xsl
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2006-09-10 23:54:29 +0000
committerPaul W. Frields <stickster@gmail.com>2006-09-10 23:54:29 +0000
commit77b7a725003491cb2362e7940527a285e8734b8d (patch)
treeea21d8a5a773c15f671cf6eecf87564368520066 /xsl
parent9950f5761bc11700e310d8b751267c3052f263db (diff)
downloadfedora-doc-utils-77b7a725003491cb2362e7940527a285e8734b8d.tar.gz
fedora-doc-utils-77b7a725003491cb2362e7940527a285e8734b8d.tar.xz
fedora-doc-utils-77b7a725003491cb2362e7940527a285e8734b8d.zip
Allow for special CSS usage when required by specific docs without
breaking other stuff.
Diffstat (limited to 'xsl')
-rw-r--r--xsl/main-html.xsl4
1 files changed, 4 insertions, 0 deletions
diff --git a/xsl/main-html.xsl b/xsl/main-html.xsl
index 92fab98..c39a23c 100644
--- a/xsl/main-html.xsl
+++ b/xsl/main-html.xsl
@@ -45,4 +45,8 @@ section nop
<xsl:param name="navig.showtitles">1</xsl:param>
-->
+<!-- Custom class usage -->
+<xsl:param name="phrase.propagates.style" select="1"></xsl:param>
+<xsl:param name="generate.id.attributes" select="1"></xsl:param>
+
</xsl:stylesheet>