summaryrefslogtreecommitdiffstats
path: root/tools/faq.css
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/faq.css
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/faq.css')
-rw-r--r--tools/faq.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/faq.css b/tools/faq.css
index 18932d0..3b71b1e 100644
--- a/tools/faq.css
+++ b/tools/faq.css
@@ -1 +1,7 @@
-.question {font-size: 16px; font-weight: bold}
+pre.programlisting, pre.screen {
+background-color : #e0e0e0;
+padding : 0.2cm;
+}
+.question {
+font-weight : bold;
+}