X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=1783cc14e9b22ec00f72f6b3a554398b9cc33ffe;hb=5209d7573f53f4b32730833af00668f5c0e56147;hp=e97f83f66afe334d71519a3bbf6263029039eb91;hpb=0b075c60476e6978211d47110ec9f100880db031;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index e97f83f..1783cc1 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -512,6 +512,14 @@ p.commalist { text-indent: -4em; } +#autotoc { + width: 30em; + background-color: #F5F5F5; + border: 1px solid #CCC; + padding: 0 1em; + margin: 1em 0; +} + #autotoc h1 { font-size: 120%; text-align: left; @@ -520,7 +528,12 @@ p.commalist { #autotoc ul { list-style-type: none; padding: 0; - margin: 1em 0 1em 2em; + margin: 1em 0 1em 1em; +} + +#autotoc li { + padding: 0 0 0 3em; + text-indent: -3em; } #autotoc ul li.level_h2 {