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:22:34 +0200 |
commit | d8b75090dd104cc409f209ab7852c2289e974a32 (patch) | |
tree | 5e27181b1e46758de1e54cc31a5c0a9471b3d59e /skins | |
parent | de967747341ea66f42ac8e36538fe74c1fe696b6 (diff) |
Slightly increase plain text font size
Diffstat (limited to 'skins')
-rw-r--r-- | skins/default/mail.css | 1 | ||||
-rw-r--r-- | skins/larry/mail.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index edb5e3d26..71e2d5554 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; diff --git a/skins/larry/mail.css b/skins/larry/mail.css index f9d361911..830638a4a 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -889,6 +889,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; |