]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Better alignment for notice in shownotice page
authorSarven Capadisli <csarven@status.net>
Wed, 27 Jan 2010 15:08:33 +0000 (15:08 +0000)
committerSarven Capadisli <csarven@status.net>
Wed, 27 Jan 2010 15:09:48 +0000 (15:09 +0000)
theme/base/css/display.css

index 7eff4709c7b0a9f14f83c7d2fe65fb922c8d6c3c..d4c471674215caad8861dc1850456ac294fe7171 100644 (file)
@@ -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 {