diff options
author | alecpl <alec@alec.pl> | 2011-11-16 08:57:32 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-11-16 08:57:32 +0000 |
commit | 3fd5e2edfc72cea56ede0512f081a67d547ed61f (patch) | |
tree | 1529d839ec83ff49fbe21c3aea307e248eb1f016 /skins/default/common.css | |
parent | 3fec6952ddbff1b5b487ea2927928338f39e4fef (diff) |
- Apply fixes from trunk up to r5433
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; } |