summaryrefslogtreecommitdiff
path: root/themes/xenea/msie.css
blob: 59f446142e0bbcf155ac6fb952aa41f361e85743 (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 > 179 ? "180px" : "auto" ); 
}

.normal_inner_block {
	width: 100%;
}

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