diff options
author | thomascube <thomas@roundcube.net> | 2008-06-04 09:55:49 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-06-04 09:55:49 +0000 |
commit | 8586bff3b0fa738426fdd2ad6fc3b84dfb6b9580 (patch) | |
tree | e79fbea90af06b8da7dec222ce0a0d419ef228e0 /skins/default | |
parent | 21605c4e8fdb9f6e1277dd8fd550aeab73f1ea45 (diff) |
Minor style improvement for html messages in preview pane
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 fd42af458..3f968da27 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; } +body.iframe div.message-htmlpart +{ + margin: 8px; +} + div.message-htmlpart div.rcmBody { margin: 8px; |