X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=doclib%2Fsenf.css;h=1783cc14e9b22ec00f72f6b3a554398b9cc33ffe;hb=5209d7573f53f4b32730833af00668f5c0e56147;hp=c11bc75bf39458de0d561d02bd02044879dec8dc;hpb=65909c44022ccd7b97d4c2810fbf67ffa980207e;p=senf.git diff --git a/doclib/senf.css b/doclib/senf.css index c11bc75..1783cc1 100644 --- a/doclib/senf.css +++ b/doclib/senf.css @@ -59,7 +59,7 @@ td { } #head ul { - display: inline; /* f�r IE ... */ + display: inline; /* fuer IE ... */ font-size: 13px; height: 0px; margin: 0; @@ -68,15 +68,15 @@ td { #head li { list-style-type: none; - margin: 0 0 0 10px; - padding: 0 10px 0 0; - float: right; - border-right: 1px solid #726921; + margin: 0 10px 0 0; + padding: 0 0 0 10px; + float: left; + border-left: 1px solid #726921; height: 14px; } #head li:first-child { - border-right: none; + border-left: none; padding: 0; } @@ -255,9 +255,9 @@ table.packet { border: 1px solid #AAAAAA; padding: 2px; border-spacing: 0; - white-space: nowrap; - text-align: center; - table-layout: fixed; + white-space: nowrap; + text-align: center; + table-layout: fixed; } table.packet td,th { @@ -269,7 +269,7 @@ table.packet td,th { table.packet th { background-color: white; text-align: left; - font-weight: normal; + font-weight: normal; padding: 0px; } @@ -486,14 +486,14 @@ table.members td:first-child { } div.toc { - width: 25%; + width: 25%; margin: 10px 0px; } div.toc ol { padding: 0px; margin: 0pt 0pt 0pt 40px; - list-style-type: decimal; + list-style-type: decimal; } div.toc li { @@ -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 {