diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-12-02 09:44:25 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-12-02 09:44:25 +0100 |
commit | 593423434c0c0e8d1ebb43d97b2dda7e6b4d67bd (patch) | |
tree | c93fb653017a28e8ec6c24ea10ff14e24b67618c /view/css | |
parent | 78e18fcdcfaa879db1d7bf487c2e5de0e43e34b0 (diff) | |
download | volse-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.css | 4 |
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; +} |