summaryrefslogtreecommitdiff
path: root/theme
diff options
context:
space:
mode:
authorBrion Vibber <brion@status.net>2010-11-09 10:45:19 -0800
committerBrion Vibber <brion@status.net>2010-11-09 10:45:19 -0800
commitf25accc43ea1e66f290c8bc1d284ae04b4bf004f (patch)
treee8b369f4cf7342017569ee5a8d21380bbed5d59e /theme
parent504529e8cd8fbaf5e8e1b980260d1d87d9e880ac (diff)
split out InlineAttachmentList from AttachmentList
Diffstat (limited to 'theme')
-rw-r--r--theme/base/css/display.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css
index 29f7d0ae0..6615e13eb 100644
--- a/theme/base/css/display.css
+++ b/theme/base/css/display.css
@@ -1728,6 +1728,12 @@ width:auto;
min-width:0;
}
+.inline-attachment img {
+ /* Why on earth is this changed to block at the top? */
+ display: inline;
+ border: solid 1px #aaa;
+ padding: 1px;
+}
}/*end of @media screen, projection, tv*/