summaryrefslogtreecommitdiffstats
path: root/doc/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/user')
-rw-r--r--doc/user/chtml.xsl1
-rw-r--r--doc/user/html.xsl1
-rw-r--r--doc/user/pdf.xsl1
-rw-r--r--doc/user/scons.css4
4 files changed, 5 insertions, 2 deletions
diff --git a/doc/user/chtml.xsl b/doc/user/chtml.xsl
index e292c88..e855c31 100644
--- a/doc/user/chtml.xsl
+++ b/doc/user/chtml.xsl
@@ -33,6 +33,7 @@
<xsl:param name="base.dir" select="'scons-user/'"/>
<xsl:param name="l10n.gentext.default.language" select="'en'"/>
<xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="html.stylesheet" select="'scons.css'"/>
<xsl:param name="generate.toc">
/appendix toc,title
diff --git a/doc/user/html.xsl b/doc/user/html.xsl
index c275c3d..17dc189 100644
--- a/doc/user/html.xsl
+++ b/doc/user/html.xsl
@@ -32,6 +32,7 @@
<xsl:param name="l10n.gentext.default.language" select="'en'"/>
<xsl:param name="section.autolabel" select="1"/>
+<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="html.stylesheet" select="'scons.css'"/>
<xsl:param name="generate.toc">
/appendix toc,title
diff --git a/doc/user/pdf.xsl b/doc/user/pdf.xsl
index 9c54592..2c0d086 100644
--- a/doc/user/pdf.xsl
+++ b/doc/user/pdf.xsl
@@ -33,6 +33,7 @@
<xsl:include href="scons_title.xsl"/>
<xsl:param name="l10n.gentext.default.language" select="'en'"/>
<xsl:param name="section.autolabel" select="1"></xsl:param>
+<xsl:param name="section.label.includes.component.label" select="1"/>
<xsl:param name="paper.type" select="'letter'"></xsl:param>
<xsl:param name="body.start.indent">0pt</xsl:param>
<xsl:param name="shade.verbatim" select="1"></xsl:param>
diff --git a/doc/user/scons.css b/doc/user/scons.css
index 6941abb..ff9b5a1 100644
--- a/doc/user/scons.css
+++ b/doc/user/scons.css
@@ -6,11 +6,11 @@ body {
}
-a {
+a:link {
color: #80572a;
}
-a:hover {
+a:link:hover {
color: #d72816;
text-decoration: none;
}