diff options
Diffstat (limited to 'themes/clouds/msie.css')
| -rw-r--r-- | themes/clouds/msie.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/clouds/msie.css b/themes/clouds/msie.css new file mode 100644 index 0000000000..f883d351d1 --- /dev/null +++ b/themes/clouds/msie.css @@ -0,0 +1,19 @@ +/* + * @version $Id: msie.css 8716 2010-06-12 11:34:19Z rob $ + */ + +/* + * 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); +} +#sidebar { + margin-top:9px; +} |
