blob: f883d351d1b9eba4bbdc1113717540ab111ba9fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
}
|