diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-15 21:08:38 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-07-15 21:08:38 +0000 |
commit | 5d82b3e02a0d65ef6d2843873d18681cc7930111 (patch) | |
tree | 4d0a903fb3181d02e71a88953f473108aa00270e /theme/base/css | |
parent | 81e6500cb95dd43bd0bb8c0a97b59266b82ef2a0 (diff) |
Reduced notice div.entry-content width so that in the case of super
deep/crazy conversations the notice options don't misalign.
Diffstat (limited to 'theme/base/css')
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 3604f193a..eb4e88d02 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -863,7 +863,7 @@ clear:left; float:left; font-size:0.95em; margin-left:59px; -width:60%; +width:50%; } #showstream .notice div.entry-content, #shownotice .notice div.entry-content { |