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:48 +0000 |
commit | 2e0297bb6ff0fd2d3a37d811bd3305ce5d6a77ee (patch) | |
tree | a3e56298d3134b1dc34fccb4540c87d852e5338f /theme/base | |
parent | cebab436a16b392d3854d6abe652a063e055b8c7 (diff) |
Better alignment for notice in shownotice page
Diffstat (limited to 'theme/base')
-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 7eff4709c..d4c471674 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -984,12 +984,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 { |