From: Sarven Capadisli Date: Wed, 27 Jan 2010 15:08:33 +0000 (+0000) Subject: Better alignment for notice in shownotice page X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2e0297bb6ff0fd2d3a37d811bd3305ce5d6a77ee;p=quix0rs-gnu-social.git Better alignment for notice in shownotice page --- diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 7eff4709c7..d4c4716742 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 {