summaryrefslogtreecommitdiffstats
path: root/tools/user_guide_fo.xsl
diff options
context:
space:
mode:
authorpknbe <pknbe>2009-09-18 02:25:20 +0000
committerpknbe <pknbe>2009-09-18 02:25:20 +0000
commit32dd62f4201c560a77f3cfc91c346d84c7a59627 (patch)
treec3217b19676825a3f745c944f986f6c0dc75ace2 /tools/user_guide_fo.xsl
parentb8edf3f72ac263e7fe591f78954953a5cc7b6163 (diff)
downloadsylpheeddoc-doc-32dd62f4201c560a77f3cfc91c346d84c7a59627.tar.gz
sylpheeddoc-doc-32dd62f4201c560a77f3cfc91c346d84c7a59627.tar.xz
sylpheeddoc-doc-32dd62f4201c560a77f3cfc91c346d84c7a59627.zip
tools/faq.css: Add formatting for 'pre' elements.
tools/faq_chunks.xsl: Just list the chapter titles in the book ToC. tools/user_guide_common.xsl: Transfer in HTML deprecated verbatim formatting. tools/user_guide_fo.xsl: Ditto.
Diffstat (limited to 'tools/user_guide_fo.xsl')
-rwxr-xr-xtools/user_guide_fo.xsl5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/user_guide_fo.xsl b/tools/user_guide_fo.xsl
index 0742e78..e48f887 100755
--- a/tools/user_guide_fo.xsl
+++ b/tools/user_guide_fo.xsl
@@ -121,4 +121,9 @@
</xsl:attribute>
</xsl:attribute-set>
+<xsl:param name="shade.verbatim">1</xsl:param>
+<xsl:attribute-set name="shade.verbatim.style">
+ <xsl:attribute name="background-color">#E0E0E0</xsl:attribute>
+</xsl:attribute-set>
+
</xsl:stylesheet>