From 546274015a29e320feb4db02eed53963936059ab Mon Sep 17 00:00:00 2001 From: pknbe Date: Thu, 1 Apr 2010 01:02:56 +0000 Subject: tools/user_guide.css: Add stylesheet for the User's Manual. tools/user_guide.xsl: Partially sync with the FAQ stylesheets. tools/user_guide_chunks.xsl: Ditto. --- ChangeLog | 6 ++++++ tools/user_guide.css | 4 ++++ tools/user_guide.xsl | 15 +++++++++++++++ tools/user_guide_chunks.xsl | 11 +++++++++++ 4 files changed, 36 insertions(+) create mode 100644 tools/user_guide.css diff --git a/ChangeLog b/ChangeLog index 92bca8a..71d8fd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-04-01 Petr Kovar + + * tools/user_guide.css: Add stylesheet for the User's Manual. + * tools/user_guide.xsl: Partially sync with the FAQ stylesheets. + * tools/user_guide_chunks.xsl: Ditto. + 2009-09-24 Petr Kovar * Makefile: Add single-page stylesheet for FAQ. diff --git a/tools/user_guide.css b/tools/user_guide.css new file mode 100644 index 0000000..24ea088 --- /dev/null +++ b/tools/user_guide.css @@ -0,0 +1,4 @@ +pre.programlisting, pre.screen { +background-color : #e0e0e0; +padding : 0.2cm; +} diff --git a/tools/user_guide.xsl b/tools/user_guide.xsl index cbb51b5..79e8c5a 100755 --- a/tools/user_guide.xsl +++ b/tools/user_guide.xsl @@ -1,4 +1,7 @@ + +]> @@ -34,4 +37,16 @@ + + + + + + + + +yes + 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 @@ + +]> @@ -72,6 +75,14 @@ 1 + + + + + + yes -- cgit