diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-04 09:55:49 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-04 09:55:49 +0000 |
| commit | d0a2bfeb1788849a69d7b4f00c88ad5b0add388c (patch) | |
| tree | 1f39ff4d82042b297a1871a796fa39e6bac5009c | |
| parent | 746d335f89336cdfa8b4e54d48f7627945ce0403 (diff) | |
Minor style improvement for html messages in preview pane
git-svn-id: https://svn.roundcube.net/trunk@1472 208e9e7b-5314-0410-a742-e7e81cd9613c
| -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 fd42af458..3f968da27 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; } +body.iframe div.message-htmlpart +{ + margin: 8px; +} + div.message-htmlpart div.rcmBody { margin: 8px; |
