summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2010-11-08 15:32:41 -0800
committerBrion Vibber <brion@status.net>2010-11-08 15:32:41 -0800
commit551b196a3572ac9dabcda47abc92db201fb0e6c9 (patch)
tree7d40da19558305b9ae5dfb1e6d66b012ab72bee9 /theme
parent32321de5e048ee50417a6d91b651180c28a801b1 (diff)
doomy doom doom
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 7ac66095a..29f7d0ae0 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1150,7 +1150,8 @@ border-radius:4px;
-webkit-border-radius:4px;
}
-.notice div.entry-content {
+.notice div.entry-content,
+.notice dl.entry-content {
clear:left;
float:left;
font-size:0.95em;
@@ -1325,6 +1326,7 @@ margin-left:4px;
.notice .attachment.more {
padding-left:0;
}
+/*
.notice .attachment img {
position:absolute;
top:18px;
@@ -1334,20 +1336,30 @@ z-index:99;
#shownotice .notice .attachment img {
position:static;
}
+*/
-#attachments {
+
+/* Small inline attachment list */
+#attachments ol li {
+ list-style-type: none;
+}
+#attachments dt {
+ display: none;
+}
+
+#shownotice #attachments {
clear:both;
float:left;
width:100%;
margin-top:18px;
}
-#attachments dt {
+#shownotice #attachments dt {
font-weight:bold;
font-size:1.3em;
margin-bottom:4px;
}
-#attachments ol li {
+#shownotice #attachments ol li {
margin-bottom:18px;
list-style-type:decimal;
float:left;