]> 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:08:33 +0000 (15:08 +0000)
theme/base/css/display.css

index 84e9426c77f3dd1e046e9db8963316d32386c41d..65dd159900e224426d6338916e615457eaa36105 100644 (file)
@@ -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 {