diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-03-09 15:13:12 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-03-09 15:13:12 +0100 |
commit | 507876cf038f87953702e34596d14d7f57666ccd (patch) | |
tree | ef4a226ae81cfd7d01fa7b2504f3fa9f2a7a2a5b /skins | |
parent | 9fdba7909417576aaf7a3b312143b03420913ceb (diff) |
Remove font style definition on td, th, div, p elements (#1488408)
Diffstat (limited to 'skins')
-rw-r--r-- | skins/classic/common.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/classic/common.css b/skins/classic/common.css index 121616700..1f62fbe07 100644 --- a/skins/classic/common.css +++ b/skins/classic/common.css @@ -20,7 +20,7 @@ body.extwin margin: 10px; } -td, th, div, p, select, input, textarea +select, input, textarea { font-size: 12px; font-family: inherit; |