diff options
-rw-r--r-- | doc.css | 8 | ||||
-rw-r--r-- | toc.css | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -33,6 +33,14 @@ h2 margin: 1.6em 0 .6em -.8em; } +h3 +{ + font-weight: normal; + font-size: 1.3em; + line-height: 1.4em; + margin: 1.6em 0 .6em -.2em; +} + /* Title page */ #titlepage { @@ -35,7 +35,7 @@ table.toc * th table.toc * table.toc th { - padding-left : 1.7em; + padding-left : 1em; } table.toc * td |