diff options
Diffstat (limited to 'themes/clouds/msie.css')
| -rw-r--r-- | themes/clouds/msie.css | 44 |
1 files changed, 10 insertions, 34 deletions
diff --git a/themes/clouds/msie.css b/themes/clouds/msie.css index 751630b75d..fcea3e2789 100644 --- a/themes/clouds/msie.css +++ b/themes/clouds/msie.css @@ -1,40 +1,16 @@ /* version $Id$ */ -/* - * The following style definitions can be removed when IE supports the "opacity" +/* + * The following style definitions can be removed when IE supports the "opacity" * specification in place of its proprietary and non-standard method. */ -.rela { - filter: alpha(opacity=67); -} - -a.showit:hover > span { - filter: alpha(opacity=85); -} - -.makeMenu li ul { -top: 0px!important; -} - -div.blockcontent { -*margin-top: 10px!important; } - +.rela {filter: alpha(opacity=67);} +a.showit:hover > span {filter: alpha(opacity=85);} +.makeMenu li ul {top: 0px!important;} +div.blockcontent {*margin-top: 10px!important;} #menu-theme, #menu-language, #menu-theme, #menu-favorites {*padding-right: 10px} - -div.blockcontent { - *margin-top: -2px; -} - -#topMenu { -position: relative; z-index: 2001; -} - -#header { - position: relative; z-index: 2002; -} - -div.blockcontent { -*margin-top: -2px; -} - +div.blockcontent {*margin-top: -2px;} +#topMenu {position: relative; z-index: 2001;} +#header {position: relative; z-index: 2002;} +div.blockcontent {*margin-top: -2px;} |
