aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2015-12-02 09:44:25 +0100
committerMario Vavti <mario@mariovavti.com>2015-12-02 09:44:25 +0100
commit593423434c0c0e8d1ebb43d97b2dda7e6b4d67bd (patch)
treec93fb653017a28e8ec6c24ea10ff14e24b67618c /view/css
parent78e18fcdcfaa879db1d7bf487c2e5de0e43e34b0 (diff)
downloadvolse-hubzilla-593423434c0c0e8d1ebb43d97b2dda7e6b4d67bd.tar.gz
volse-hubzilla-593423434c0c0e8d1ebb43d97b2dda7e6b4d67bd.tar.bz2
volse-hubzilla-593423434c0c0e8d1ebb43d97b2dda7e6b4d67bd.zip
fix attachment rendering for mail
Diffstat (limited to 'view/css')
-rw-r--r--view/css/mod_mail.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/view/css/mod_mail.css b/view/css/mod_mail.css
index 5fd646765..1346eecd5 100644
--- a/view/css/mod_mail.css
+++ b/view/css/mod_mail.css
@@ -24,3 +24,7 @@
#prvmail-rotator {
margin: 15px;
}
+
+.mail-conv-outside-wrapper {
+ margin-bottom: 20px;
+}