diff options
author | Samantha Doherty <sammy@status.net> | 2010-10-20 19:18:21 -0400 |
---|---|---|
committer | Samantha Doherty <sammy@status.net> | 2010-10-20 19:18:21 -0400 |
commit | 16aec72984ed1123a36f90e690b026b9ac7d6dba (patch) | |
tree | 36b0af654c7524cbca2bdd43ae48e05ce2e71b7e | |
parent | 28ec9d64632a7a43be9144a474432a3c5b8d6b97 (diff) |
Wee fixin for overflowing notice content in sidebar.
-rw-r--r-- | theme/rebase/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/rebase/css/display.css b/theme/rebase/css/display.css index 98e7a323d..ab7516567 100644 --- a/theme/rebase/css/display.css +++ b/theme/rebase/css/display.css @@ -687,6 +687,7 @@ display:none; float: left; position: relative; margin-bottom: 10px; + width: 100%; } #aside_primary .notices li { |