summaryrefslogtreecommitdiffstats
path: root/xsl/html-common.xsl
diff options
context:
space:
mode:
authorTammy Fox <tfox@redhat.com>2003-07-17 20:42:50 +0000
committerTammy Fox <tfox@redhat.com>2003-07-17 20:42:50 +0000
commit34e8be06878eb7bf35e1761600a79d21bf0b2153 (patch)
treebd35c4d6b3beeb9393bd8e80ba7c1d1dcbc91b26 /xsl/html-common.xsl
parent11f92ca0a38d6c187f8798f16e6d819ee04d0621 (diff)
downloadfedora-doc-utils-34e8be06878eb7bf35e1761600a79d21bf0b2153.tar.gz
fedora-doc-utils-34e8be06878eb7bf35e1761600a79d21bf0b2153.tar.xz
fedora-doc-utils-34e8be06878eb7bf35e1761600a79d21bf0b2153.zip
add css to make it look better
Diffstat (limited to 'xsl/html-common.xsl')
-rw-r--r--xsl/html-common.xsl7
1 files changed, 7 insertions, 0 deletions
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
index c6fc1e4..5d7c67d 100644
--- a/xsl/html-common.xsl
+++ b/xsl/html-common.xsl
@@ -26,4 +26,11 @@ procedure after
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
+<xsl:param name="html.stylesheet" select="'rhlp.css'"></xsl:param>
+<xsl:param name="html.stylesheet.type">text/css</xsl:param>
+
+<xsl:param name="html.cleanup" select="1"></xsl:param>
+
+
+
</xsl:stylesheet>