diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-27 15:08:33 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-27 15:09:29 +0000 |
commit | 04a37fa1c703955a51862033d83e59836c35d74f (patch) | |
tree | 266e213239acfafde2b6ebd02b8bace50fd7204a /theme | |
parent | 54d04a0c911269036a1fc3708fec6d70c33d5032 (diff) |
Better alignment for notice in shownotice page
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/display.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 84e9426c7..65dd15990 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1039,12 +1039,13 @@ overflow:visible; #showstream .notice div.entry-content { margin-left:0; } -#shownotice .notice .entry-title, -#shownotice .notice div.entry-content { -margin-left:110px; -} #shownotice .notice .entry-title { +margin-left:110px; font-size:2.2em; +min-height:123px; +} +#shownotice .notice div.entry-content { +margin-left:0; } .notice p.entry-content { |