diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 09:21:35 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 09:21:35 +0000 |
| commit | 85de1261ba60e3df477a49a15de8471f79d2946a (patch) | |
| tree | 73c09555d042ef11ef43e0759a0d6eec1ea111a0 /roundcubemail/skins/default/mail.css | |
| parent | d6ade86321d75688a6e89b37054cc3bfaea4a61b (diff) | |
- Make fonts and colors more consistent (#1486565)
git-svn-id: https://svn.roundcube.net/trunk@3393 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 6b105acc2..104068d29 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -141,7 +141,6 @@ #messagetoolbar select, #compose-container select { - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; height: 21px; @@ -1234,7 +1233,7 @@ div.message-htmlpart div.rcmBody min-height: 100px; height: 100%; font-size: 9pt; - font-family: "Courier New", Courier, monospace; + font-family: monospace; } #compose-attachments |
