diff options
author | Sarven Capadisli <csarven@status.net> | 2009-12-27 16:50:48 -0500 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-12-27 16:50:48 -0500 |
commit | ce8c69a49fc6668a19886ebc354ea5bef808d12a (patch) | |
tree | 217cbabfd52cfa0e11552802f36f4140840c19ca /theme/base/css/display.css | |
parent | f8764c02c97c175e7084b743d0af7c47c066ea88 (diff) |
Adjusted showstream , shownotice notice max width
Diffstat (limited to 'theme/base/css/display.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 810b3aa80..29c7ee963 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -980,7 +980,7 @@ max-width:70%; #showstream .notice div.entry-content, #shownotice .notice div.entry-content { margin-left:0; -max-width:82%; +max-width:79%; } .notice .notice-options a, |