diff options
Diffstat (limited to 'themes/fab/msie.css')
| -rw-r--r-- | themes/fab/msie.css | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/themes/fab/msie.css b/themes/fab/msie.css index 5ee4f56f8e..ec9f713cbe 100644 --- a/themes/fab/msie.css +++ b/themes/fab/msie.css @@ -1,19 +1,12 @@ -/* @version $Id$ */ +/* $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: 2px; -} +.rela {filter: alpha(opacity=67);} +a.showit:hover > span {filter: alpha(opacity=85);} +.makeMenu li ul {top: 2px;} |
