summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-06-04 09:55:49 +0000
committerthomascube <thomas@roundcube.net>2008-06-04 09:55:49 +0000
commit8586bff3b0fa738426fdd2ad6fc3b84dfb6b9580 (patch)
treee79fbea90af06b8da7dec222ce0a0d419ef228e0
parent21605c4e8fdb9f6e1277dd8fd550aeab73f1ea45 (diff)
Minor style improvement for html messages in preview pane
-rw-r--r--skins/default/mail.css5
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;