From 32dd62f4201c560a77f3cfc91c346d84c7a59627 Mon Sep 17 00:00:00 2001 From: pknbe Date: Fri, 18 Sep 2009 02:25:20 +0000 Subject: 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. --- tools/faq.css | 8 +++++++- tools/faq_chunks.xsl | 25 +++++++++++++++++++++++-- tools/user_guide_common.xsl | 5 ----- tools/user_guide_fo.xsl | 5 +++++ 4 files changed, 35 insertions(+), 8 deletions(-) (limited to 'tools') 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; +} diff --git a/tools/faq_chunks.xsl b/tools/faq_chunks.xsl index 05b1cff..a54a3d2 100644 --- a/tools/faq_chunks.xsl +++ b/tools/faq_chunks.xsl @@ -17,8 +17,6 @@ --> - - 10in 10in @@ -92,4 +90,27 @@ yes + + + + + + + + + + + + + + + + + + + + + diff --git a/tools/user_guide_common.xsl b/tools/user_guide_common.xsl index 1f6e12b..a55b486 100755 --- a/tools/user_guide_common.xsl +++ b/tools/user_guide_common.xsl @@ -207,11 +207,6 @@ left -1 - - #E0E0E0 - - 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 @@ +1 + + #E0E0E0 + + -- cgit