diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-15 10:41:35 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-15 10:41:35 +0200 |
commit | c0a5aa5f5ff38ac7b8a650b07c134b7b86deb27f (patch) | |
tree | 62cd011c4bd84bba725076a12bc5b908ac281441 /skins | |
parent | f0992426d9c5af5046c76a2da86183d0c3a40084 (diff) |
Improved handling of new-lines in quoted paragraphs on text2html conversion
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/mail.css | 2 | ||||
-rw-r--r-- | skins/larry/mail.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/skins/classic/mail.css b/skins/classic/mail.css index 47faa29af..6409b6b9b 100644 --- a/skins/classic/mail.css +++ b/skins/classic/mail.css @@ -1325,7 +1325,7 @@ div.message-part blockquote border-left: 2px solid blue; border-right: 2px solid blue; background-color: #F6F6F6; - margin: 0; + margin: 2px 0; padding: 0 0.4em; overflow: hidden; text-overflow: ellipsis; diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 7afb14fba..8306afd9f 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1119,7 +1119,7 @@ div.message-part blockquote { border-left: 2px solid blue; border-right: 2px solid blue; background-color: #F6F6F6; - margin: 0; + margin: 2px 0; padding: 0 0.4em; overflow: hidden; text-overflow: ellipsis; |