summaryrefslogtreecommitdiff
path: root/skins/default/mail.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-06-14 12:52:32 +0000
committerthomascube <thomas@roundcube.net>2008-06-14 12:52:32 +0000
commitfca66b0ef41453397cc9f348f412dfd8643745f0 (patch)
treeaef8bf8cb995774b39b59c4b0c3f1828530bcc10 /skins/default/mail.css
parent83a7636872d58f044d1fac444268dd2e7c7ebaee (diff)
Let the browser wrap preformatted text
Diffstat (limited to 'skins/default/mail.css')
-rw-r--r--skins/default/mail.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css
index f5d041fd6..9f0dc2736 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -687,9 +687,10 @@ div.message-part div.pre
{
margin: 0px;
padding: 0px;
+ font-family: monospace;
white-space: -moz-pre-wrap !important;
white-space: pre;
- font-family: monospace;
+ word-wrap: break-word; /* IE (and Safari) */
}
div.message-part blockquote