diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-17 05:18:59 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-06-17 05:18:59 +0000 |
commit | 9aebcf442616c5b39ac2ea19ef011c2347a3bec3 (patch) | |
tree | df5f19822d0582fe1c007c5e4dc5c3aab9261716 /theme | |
parent | bc66149e6fb3a8a5c1854699de8e6e9db1369bad (diff) |
IE7/8 CSS update for user design
Diffstat (limited to 'theme')
-rw-r--r-- | theme/base/css/ie.css | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/theme/base/css/ie.css b/theme/base/css/ie.css index d1b0558ec..da200388e 100644 --- a/theme/base/css/ie.css +++ b/theme/base/css/ie.css @@ -1,8 +1,6 @@ /* IE specific styles */ -legend { -margin-left:-7px; -} -input.checkbox { +input.checkbox, +input.radio { top:0; } #form_notice textarea { |