diff options
author | alecpl <alec@alec.pl> | 2011-11-16 08:26:26 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-16 08:26:26 +0000 |
commit | 50b22b96a5a00e572a2a151fad232f5386b54224 (patch) | |
tree | 582ff6b284ae03a954540de22743bb98fefc7927 /skins/default/common.css | |
parent | 4f1c0a5d898c0f4e96c1f09e47e51ee4e0ae817d (diff) |
- Force font-family on body only, makes possible to set/display fonts of email message bodies
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 6bf8e9032..cd3ef62f8 100644 --- a/skins/default/common.css +++ b/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; } |