summaryrefslogtreecommitdiff
path: root/theme/default/css
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-18 00:19:32 +0100
committerSarven Capadisli <csarven@status.net>2010-03-18 00:19:32 +0100
commitd8a533274fa6354072a2acb66bd1574ecaec2c02 (patch)
tree70a451c3d72e23ed2356b44fb76c4cee4b400556 /theme/default/css
parentdc71833ce6fcedb4eafe22fccaa0b5302bde6e7f (diff)
Updated 'more' anchor for attachments to do an XHR GET
Diffstat (limited to 'theme/default/css')
-rw-r--r--theme/default/css/display.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/default/css/display.css b/theme/default/css/display.css
index d92a53965..c08a03061 100644
--- a/theme/default/css/display.css
+++ b/theme/default/css/display.css
@@ -410,7 +410,8 @@ background-position: 0 -1714px;
.notice .attachment {
background-position:0 -394px;
}
-#attachments .attachment {
+#attachments .attachment,
+.notice .attachment.more {
background:none;
}
.notice-options .notice_reply {