From: Bob Stayton Date: Fri, 11 Dec 2009 00:33:17 +0000 (+0000) Subject: Support make.clean.html in autotoc.xsl. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db252bd8aa3816de32d4ad76c3533b1d8667cbca;p=docbook-dsssl Support make.clean.html in autotoc.xsl. --- diff --git a/xsl/html/autotoc.xsl b/xsl/html/autotoc.xsl index ffa50f61c..22a3ed047 100644 --- a/xsl/html/autotoc.xsl +++ b/xsl/html/autotoc.xsl @@ -36,13 +36,24 @@ -

- - - TableofContents - - -

+ + +
+ + TableofContents + +
+
+ +

+ + + TableofContents + + +

+
+
@@ -611,22 +622,42 @@
-

- - - - - ListofTables - ListofFigures - ListofEquations - ListofExamples - ListofProcedures - ListofUnknown - - - - -

+ + +
+ + + + ListofTables + ListofFigures + ListofEquations + ListofExamples + ListofProcedures + ListofUnknown + + + +
+
+ +

+ + + + + ListofTables + ListofFigures + ListofEquations + ListofExamples + ListofProcedures + ListofUnknown + + + + +

+
+
diff --git a/xsl/html/docbook.css.xml b/xsl/html/docbook.css.xml index c1f558e03..d12673f84 100644 --- a/xsl/html/docbook.css.xml +++ b/xsl/html/docbook.css.xml @@ -47,4 +47,14 @@ span.msgexplan-title { /********************************/ /* end of styles in block.xsl */ /********************************/ + +/********************************/ +/* start of styles in autotoc.xsl */ +/********************************/ +div.toc-title { + font-weight: bold; + margin-top: 1em; + margin-bottom: 1em; +} +