diff options
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 38 |
1 files changed, 21 insertions, 17 deletions
@@ -115,24 +115,38 @@ FORM#searchform { position: absolute; top: 5px; } + +DIV#wrapper { + float: right; + width: 100%; +} + +DIV#content { +/ margin: 3em 0 6em 20%; +/ padding-top: 0; + max-width: 50em; +} + DIV#sidebar { float: left; - margin-top: 6em; - margin-left: -100%; - width: 15%; - padding: 0 0 0 1em; - color: #06c; - text-transform: none; - font-weight: bold; +/ margin-top: 6em; +/ margin-left: -100%; + width: 28,9%; + padding: 0 0 0 1%; } + DIV#sidebar UL { margin: 0px; padding: 0px; + text-transform: none; + font-weight: bold; } + DIV#sidebar UL LI { line-height: 2; list-style-type: none; } + DIV#sidebar UL LI SPAN.selflink { color: #06c; } @@ -150,16 +164,6 @@ DIV#sidebar A:hover { color: #06c; } -DIV#wrapper { - float: left; - width: 100%; -} - -DIV#content { - margin: 3em 0 6em 20%; - padding-top: 0; - max-width: 50em; -} DIV.notebox { color: #9cf !important; |