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=04a37fa1c703955a51862033d83e59836c35d74f;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 84e9426c77..65dd159900 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 {