diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-30 16:21:18 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-30 16:21:18 +0200 |
commit | f69eb5fd684a4b563308b9e024088bf7e0e5952a (patch) | |
tree | 50e2eefaa0059919553524c827bc740b5e56b6c2 /skins/default | |
parent | ad9dac529e37fc76d46d76cf3cff336598843826 (diff) |
Slightly increase plain text font size
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index 8c5a935ea..cf7b69a38 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1173,6 +1173,7 @@ div.message-part div.pre margin: 0px; padding: 0px; font-family: monospace; + font-size: 12px; white-space: -moz-pre-wrap !important; white-space: pre-wrap !important; white-space: pre; |