From 0c76e8d30fd00999694b66458a92ac7863285d51 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Tue, 2 Sep 2008 22:11:18 -0400 Subject: [PATCH] trying to override sidebar formatting. --- website/local.css | 11 +++++------ 1 file 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; } -- 2.26.2