summaryrefslogtreecommitdiffstats
path: root/xsl
diff options
context:
space:
mode:
authorTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-11-29 21:42:28 +0000
committerTommy Reynolds <Tommy.Reynolds@MegaCoder.com>2005-11-29 21:42:28 +0000
commitc87733e07cb2ef70ecd92142f71054c343f570de (patch)
tree5d8e6795ccf472d3e48f4de35da399554b950676 /xsl
parent1d4fe9e09514d9c1bf631718452a270d425b8cb5 (diff)
downloadfedora-doc-utils-c87733e07cb2ef70ecd92142f71054c343f570de.tar.gz
fedora-doc-utils-c87733e07cb2ef70ecd92142f71054c343f570de.tar.xz
fedora-doc-utils-c87733e07cb2ef70ecd92142f71054c343f570de.zip
Change default to the HTML "fedora-draft.css" stylesheet to reinforce
that the rendering here is not meant to be the final production rendering. Provided the "bin/use-prod-css" to locally change HTML files to minic production-quality rendering. NOTE: draft watermarking does NOT PRINT unless the browser preferences enable background image printing.
Diffstat (limited to 'xsl')
-rw-r--r--xsl/html-common-relnotes.xsl2
-rw-r--r--xsl/html-common.xsl2
2 files changed, 2 insertions, 2 deletions
diff --git a/xsl/html-common-relnotes.xsl b/xsl/html-common-relnotes.xsl
index 49564d9..c9ae686 100644
--- a/xsl/html-common-relnotes.xsl
+++ b/xsl/html-common-relnotes.xsl
@@ -30,7 +30,7 @@ disable for FC4
<xsl:param name="generate.legalnotice.link" select="1"></xsl:param>
-->
-<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
+<xsl:param name="html.stylesheet" select="'fedora-draft.css'"></xsl:param>
<xsl:param name="html.stylesheet.type">text/css</xsl:param>
<xsl:param name="html.cleanup" select="1"></xsl:param>
diff --git a/xsl/html-common.xsl b/xsl/html-common.xsl
index 826b59c..41270ef 100644
--- a/xsl/html-common.xsl
+++ b/xsl/html-common.xsl
@@ -25,7 +25,7 @@ procedure after
<xsl:output method="html" indent="no"/>
-<xsl:param name="html.stylesheet" select="'fedora.css'"></xsl:param>
+<xsl:param name="html.stylesheet" select="'fedora-draft.css'"></xsl:param>
<xsl:param name="html.stylesheet.type">text/css</xsl:param>
<xsl:param name="html.cleanup" select="1"></xsl:param>