diff options
Diffstat (limited to 'themes/minimal/msie.css')
| -rw-r--r-- | themes/minimal/msie.css | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/themes/minimal/msie.css b/themes/minimal/msie.css index 4c4fadd766..1126d03bf5 100644 --- a/themes/minimal/msie.css +++ b/themes/minimal/msie.css @@ -1,27 +1,9 @@ /* $Id$ */ -.small_inner_block { - height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); -} -.normal_inner_block { - width: 100%; -} - -a.showit:hover > span { - filter: alpha(opacity=85); -} - -form { margin-top: 0px; margin-bottom: 0px; } - -.favorites_form { - *top:1.7em; -} - -html[dir='rtl'] .favorites_form { - *top:1.7em; -} - -.makeMenu { -*clear: both; -*width: 750px; -} +.small_inner_block {height: expression( this.scrollHeight > 199 ? "200px" : "auto" );} +.normal_inner_block {width: 100%;} +a.showit:hover > span {filter: alpha(opacity=85);} +form {margin-top: 0px; margin-bottom: 0px;} +.favorites_form {*top:1.7em;} +html[dir='rtl'] .favorites_form {*top:1.7em;} +.makeMenu {*clear: both; *width: 750px;} |
