diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-16 08:26:26 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-11-16 08:26:26 +0000 |
| commit | 6b5f85255801d36f36937e1f5e4bff1504a40d1e (patch) | |
| tree | 733a45ee2612e6f4228b5b6ee5a7924e40fc5803 | |
| parent | 3364bf4d3912b97328b438bbb213d210066761c7 (diff) | |
- Force font-family on body only, makes possible to set/display fonts of email message bodies
git-svn-id: https://svn.roundcube.net/trunk@5432 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 4 | ||||
| -rw-r--r-- | roundcubemail/skins/default/print.css | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 6bf8e9032..cd3ef62f8 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -2,6 +2,7 @@ body { + font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; margin: 8px; background-color: #F6F6F6; color: #000000; @@ -18,9 +19,8 @@ body.extwin margin: 10px; } -body, td, th, div, p, h3, select, input, textarea +body, td, th, div, p, select, input, textarea { - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } diff --git a/roundcubemail/skins/default/print.css b/roundcubemail/skins/default/print.css index 76c3e0c91..afdf67418 100644 --- a/roundcubemail/skins/default/print.css +++ b/roundcubemail/skins/default/print.css @@ -2,14 +2,14 @@ body { + font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; background-color: #ffffff; color: #000000; margin: 2mm; } -body, td, th, span, div, p, h3 +body, td, th, span, div, p { - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; } |
