diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 22:11:18 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2008-09-02 22:11:18 -0400 |
commit | 0c76e8d30fd00999694b66458a92ac7863285d51 (patch) | |
tree | 2ad17d0bbf33723169f675f7d5c9923872cd5517 /website | |
parent | dac4a100bd330b38ce100d93633810d527de9629 (diff) |
trying to override sidebar formatting.
Diffstat (limited to 'website')
-rw-r--r-- | website/local.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/website/local.css b/website/local.css index 42058e2..b9af347 100644 --- a/website/local.css +++ b/website/local.css @@ -79,10 +79,9 @@ div.actions { } #sidebar { - line-height: ; - width: ; - float: ; - margin-left: ; - margin-bottom: ; - padding: ; + line-height: normal; + width: 100%; + float: none; + margin: 0; + padding: 0; } |