From: Sarven Capadisli <csarven@status.net>
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=656d95418c6d7f8b884c4c8af14ad6952032ace6;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 {