summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-01-27 15:08:33 +0000
committerSarven Capadisli <csarven@status.net>2010-01-27 15:09:48 +0000
commit2e0297bb6ff0fd2d3a37d811bd3305ce5d6a77ee (patch)
treea3e56298d3134b1dc34fccb4540c87d852e5338f
parentcebab436a16b392d3854d6abe652a063e055b8c7 (diff)
Better alignment for notice in shownotice page
-rw-r--r--theme/base/css/display.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 7eff4709c..d4c471674 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 {