docs-common/xsl main-html.xsl,1.9,1.10

Paul W. Frields (pfrields) fedora-docs-commits at redhat.com
Sun Sep 10 23:54:32 UTC 2006


Author: pfrields

Update of /cvs/docs/docs-common/xsl
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27316

Modified Files:
	main-html.xsl 
Log Message:
Allow for special CSS usage when required by specific docs without
breaking other stuff.



Index: main-html.xsl
===================================================================
RCS file: /cvs/docs/docs-common/xsl/main-html.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- main-html.xsl	9 Jul 2006 19:53:13 -0000	1.9
+++ main-html.xsl	10 Sep 2006 23:54:29 -0000	1.10
@@ -45,4 +45,8 @@
 <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>




More information about the Fedora-docs-commits mailing list