From f69eb5fd684a4b563308b9e024088bf7e0e5952a Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Sat, 30 Jun 2012 10:21:18 -0400 Subject: [PATCH] Slightly increase plain text font size --- skins/default/mail.css | 1 + 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 8c5a935..cf7b69a 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -1173,6 +1173,7 @@ 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 b67c92d..c23f4d5 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -889,6 +889,7 @@ margin: 0px; padding: 0px; font-family: monospace; + font-size: 12px; white-space: -moz-pre-wrap !important; white-space: pre-wrap !important; white-space: pre; -- Gitblit v1.9.1