trying to override sidebar formatting.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 3 Sep 2008 02:11:18 +0000 (22:11 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 3 Sep 2008 02:11:18 +0000 (22:11 -0400)
website/local.css

index 42058e2a1b082d6e2bc7a86dcef55e357db5fa2f..b9af347ddf5a573bd51dfcccd9f099f537deda1e 100644 (file)
@@ -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;
 }