diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-04 09:51:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-04 09:51:39 +0000 |
| commit | 746d335f89336cdfa8b4e54d48f7627945ce0403 (patch) | |
| tree | be611c885b796dcd2dea8a562746e3c15b3f1bae /roundcubemail/skins/default/mail.css | |
| parent | a6451924db3aa84fd59b7a4856dba3fa5118b933 (diff) | |
Distinguish html and plaintext parts in messagy body display
git-svn-id: https://svn.roundcube.net/trunk@1471 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index db3bc4d74..fd42af458 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; |
