From: Daniel Kahn Gillmor Date: Wed, 3 Sep 2008 02:11:18 +0000 (-0400) Subject: trying to override sidebar formatting. X-Git-Tag: monkeysphere_0.13-1~20 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0c76e8d30fd00999694b66458a92ac7863285d51;p=monkeysphere.git trying to override sidebar formatting. --- 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; }