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:29 +0000
commit04a37fa1c703955a51862033d83e59836c35d74f (patch)
tree266e213239acfafde2b6ebd02b8bace50fd7204a
parent54d04a0c911269036a1fc3708fec6d70c33d5032 (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 84e9426c7..65dd15990 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 {