summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-07-15 21:08:38 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-07-15 21:08:38 +0000
commit5d82b3e02a0d65ef6d2843873d18681cc7930111 (patch)
tree4d0a903fb3181d02e71a88953f473108aa00270e /theme
parent81e6500cb95dd43bd0bb8c0a97b59266b82ef2a0 (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')
-rw-r--r--theme/base/css/display.css2
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 {