diff options
author | thomascube <thomas@roundcube.net> | 2008-06-04 09:51:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-04 09:51:39 +0000 |
commit | 21605c4e8fdb9f6e1277dd8fd550aeab73f1ea45 (patch) | |
tree | 2bec3cf066a505ebc6831af218af8ff580c46495 /skins/default | |
parent | a8755664af57565cd48e90df748fe0ab2b733f1d (diff) |
Distinguish html and plaintext parts in messagy body display
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index db3bc4d74..fd42af458 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -715,6 +715,11 @@ div.message-part blockquote blockquote blockquote border-right: 2px solid #bb0000; } +div.message-htmlpart div.rcmBody +{ + margin: 8px; +} + #remote-objects-message { display: none; |