summaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 22:11:18 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2008-09-02 22:11:18 -0400
commit0c76e8d30fd00999694b66458a92ac7863285d51 (patch)
tree2ad17d0bbf33723169f675f7d5c9923872cd5517 /website
parentdac4a100bd330b38ce100d93633810d527de9629 (diff)
trying to override sidebar formatting.
Diffstat (limited to 'website')
-rw-r--r--website/local.css11
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;
}