summaryrefslogtreecommitdiffstats
path: root/tools/user_guide_chunks.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/user_guide_chunks.xsl')
-rwxr-xr-xtools/user_guide_chunks.xsl11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/user_guide_chunks.xsl b/tools/user_guide_chunks.xsl
index ccad9ef..d8e8fa4 100755
--- a/tools/user_guide_chunks.xsl
+++ b/tools/user_guide_chunks.xsl
@@ -1,4 +1,7 @@
<?xml version='1.0'?>
+<!DOCTYPE xsl:stylesheet [
+<!ENTITY css SYSTEM "user_guide.css">
+]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version='1.0'>
@@ -72,6 +75,14 @@
<xsl:param name="navig.showtitles">1</xsl:param>
+<!-- Add CSS stylesheet content to the HTML header -->
+
+<xsl:template name="user.head.content">
+<style type="text/css">
+&css;
+</style>
+</xsl:template>
+
<!-- Nice HTML output -->
<xsl:param name="chunker.output.indent">yes</xsl:param>