diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-17 16:41:01 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-17 16:41:01 -0700 |
commit | 5d1295f233327d0a7f8dfdc2557ecaa923006a64 (patch) | |
tree | 3bcc7bbfce38452edf48f769f2a41adc07af8e31 /theme/default/css/display.css | |
parent | 3255f9d9cfb2425466f22dab68bccae86fad8ccd (diff) | |
parent | d8a533274fa6354072a2acb66bd1574ecaec2c02 (diff) |
Merge branch 'ostatus-crop' into 0.9.x
Diffstat (limited to 'theme/default/css/display.css')
-rw-r--r-- | theme/default/css/display.css | 3 |
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 { |