[beast: 10/17] DOCS: fix TOC indentation for html man pages



commit 08ca2d6dc5f8a3b5428779d47d8b51acb826df85
Author: Tim Janik <timj gnu org>
Date:   Sun Mar 19 22:31:05 2017 +0100

    DOCS: fix TOC indentation for html man pages
    
    Signed-off-by: Tim Janik <timj gnu org>

 docs/manpage.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/docs/manpage.css b/docs/manpage.css
index 903c0ed..7e9c1a9 100644
--- a/docs/manpage.css
+++ b/docs/manpage.css
@@ -10,6 +10,6 @@
   h1                           { font-size: 1.30em; }
   h1, h2, h3, h4, h5, h6       { font-style: italic; }
   h1.title { font-style: normal; text-decoration: underline; }
-  #TOC ul                      { list-style-type: none; margin-left: 0; padding-left: 0; }
+  #TOC > ul                    { margin-left: 0; padding-left: 1.5em; }
   #TOC                         {  margin-bottom: 3p; border-bottom: 1px solid #555; }
 </style>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]