summaryrefslogtreecommitdiff
path: root/themes/minimal/msie.css
blob: 195fd3c4b91c601f3717b15fccd31dc9a45e2fff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @version $Id$
 */
.small_inner_block {
	height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); 
}

.normal_inner_block {
	width: 100%;
}

a.showit:hover span {
	filter: alpha(opacity=85);
}