diff options
author | Anika Henke <anika@selfthinker.org> | 2012-01-14 18:00:58 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2012-01-14 18:00:58 +0000 |
commit | d5938d54c63ab2bfc1c4cf294f5404334eb5fcbf (patch) | |
tree | 9eb618fab1f8a5e19999bb921b994b532dfdb72d /css | |
parent | ff86e4aeac23747770ba9f8abfec392ea8e4e1e8 (diff) | |
download | rpg-d5938d54c63ab2bfc1c4cf294f5404334eb5fcbf.tar.gz rpg-d5938d54c63ab2bfc1c4cf294f5404334eb5fcbf.tar.bz2 |
removed some IE6-specific styles
Diffstat (limited to 'css')
-rwxr-xr-x | css/design.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/css/design.css b/css/design.css index c3f235674..75100dc75 100755 --- a/css/design.css +++ b/css/design.css @@ -100,9 +100,6 @@ padding: 0; max-width: __site_width__; } -#IE6 #dokuwiki__usertools ul { - width: 100%; -} #dokuwiki__usertools ul li.user { } @@ -475,8 +472,6 @@ font-size: 100%; } -#IE6 .dokuwiki input.button, -#IE6 .dokuwiki button, #IE7 .dokuwiki input.button, #IE7 .dokuwiki button { line-height: 1.4; @@ -547,9 +542,6 @@ div.picker button.toolbutton { .dokuwiki .wrapper { margin-bottom: 1.4em; } -#IE6 .dokuwiki .wrapper { - margin-bottom: .7em; -} #dokuwiki__footer { margin-bottom: 1em; |