diff options
author | Siri Reiter <siri@jones.dk> | 2010-04-18 02:22:12 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-04-18 02:22:12 +0200 |
commit | c238300b4496dd4fccc1657aec66892b8e82d9d7 (patch) | |
tree | 2b58feec4e690c8e754b7d453b94e98efd93ae87 | |
parent | 14d5074d0e7f0f89bbc8d69b123fc3efbb0e6feb (diff) |
Change styles of wrapper, content and sidebar accordning to Layout Gala 29.
-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; |