diff --git a/www/qute.css b/www/qute.css index f8902f10e..fea2d8f78 100644 --- a/www/qute.css +++ b/www/qute.css @@ -224,6 +224,34 @@ table td { } } +#toc { + margin-bottom: 2.5em; +} + +#toctitle { + color: #0A396E; + font-size: 1.1em; + font-weight: bold; + margin-top: 1.0em; + margin-bottom: 0.1em; +} + +div.toclevel0, div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { + margin-top: 0; + margin-bottom: 0; +} +div.toclevel2 { + margin-left: 2em; + font-size: 0.9em; +} +div.toclevel3 { + margin-left: 4em; + font-size: 0.9em; +} +div.toclevel4 { + margin-left: 6em; + font-size: 0.9em; +}