diff options
author | Sarven Capadisli <csarven@status.net> | 2009-11-19 18:21:40 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-11-19 18:21:40 +0000 |
commit | 269ccca9d48335f41eb6584d759f5c70de6847ee (patch) | |
tree | 2f235bc2923f7e93cf389a15324c13ebafd441be | |
parent | 640bb39891c7e36886ff0cc3b2599e75f9c691be (diff) |
Updated max-width for profile and single notice page
-rw-r--r-- | theme/base/css/display.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index d5917953f..e584fae43 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -957,6 +957,7 @@ max-width:74%; #showstream .notice div.entry-content, #shownotice .notice div.entry-content { margin-left:0; +max-width:82%; } .notice .notice-options a, |