diff options
author | alecpl <alec@alec.pl> | 2010-03-20 09:21:35 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-20 09:21:35 +0000 |
commit | 0f8ff20ae2e8c949d58b9ca02bda95e388f7d142 (patch) | |
tree | 741fcbe3f364cc3caba013ceb83d71ac563b1efd /skins/default/common.css | |
parent | 74fd1aec77a3a01ad4b627c13cc952222f503cb8 (diff) |
- Make fonts and colors more consistent (#1486565)
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index c01012859..7d36e5330 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -3,7 +3,7 @@ body { margin: 8px; - background-color: #F6F6F6; /* #EBEBEB; */ + background-color: #F6F6F6; color: #000000; } @@ -32,9 +32,7 @@ th h3 { - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; font-size: 18px; - color: #000000; } a, a:active, a:visited @@ -68,8 +66,6 @@ input[type="button"], input[type="password"], textarea { - font-size: 9pt; - font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; padding: 1px; padding-left: 3px; padding-right: 3px; @@ -78,7 +74,7 @@ textarea background-color: #ffffff; } -input, textarea +input, textarea, select { font-size: 9pt; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; @@ -322,6 +318,7 @@ img .boxcontent { padding: 15px 10px 10px 10px; + background-color: #F2F2F2; } .boxcontent table td.title |