diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-07 01:19:41 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-07 01:19:41 +0200 |
commit | ed675328993514ba9ce1a0e9c59c5d986c3eb0b3 (patch) | |
tree | cdddbd2dc938d4e22966ff8050e43978bcc78c69 | |
parent | 6ba8d80757f131dced6c72ca09f869dd3610dfd1 (diff) |
Set sidebar dimensions.
-rw-r--r-- | local.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -159,7 +159,9 @@ DIV.inlinefooter { } DIV#sidebar { - margin: 3em 0 1em 2em; + width: 17%; + max-width: 200px; + margin: 20px 1em 1em 20px; padding: 0; background-color: LightBlue; float: left; |