diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-16 14:06:27 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-16 14:06:27 +0000 |
commit | 73afc609162729f45fdfcc2b04b9a467ccdec71f (patch) | |
tree | 3523ea227fc3c0062b54f99caeb0b85dd4fbe515 /lib/plugins/config | |
parent | 8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7 (diff) | |
download | rpg-73afc609162729f45fdfcc2b04b9a467ccdec71f.tar.gz rpg-73afc609162729f45fdfcc2b04b9a467ccdec71f.tar.bz2 |
removed useless css from config manager (causing issues in Opera, FS#2678)
Diffstat (limited to 'lib/plugins/config')
-rw-r--r-- | lib/plugins/config/style.css | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/plugins/config/style.css b/lib/plugins/config/style.css index 397328937..054021ed8 100644 --- a/lib/plugins/config/style.css +++ b/lib/plugins/config/style.css @@ -154,15 +154,6 @@ } -/* IE6 correction */ -* html #config__manager .selection label { - padding-top: 2px; -} - -#config__manager .selection input.checkbox { - padding-left: 0.7em; -} - #config__manager .other { clear: both; padding-top: 0.5em; |