summaryrefslogtreecommitdiff
path: root/themes/minimal/msie.css
blob: 4c4fadd7667635f58240d6401c8467fc32389bce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* $Id$ */
.small_inner_block {
	height: expression( this.scrollHeight > 199 ? "200px" : "auto" ); 
}

.normal_inner_block {
	width: 100%;
}

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

form { margin-top: 0px; margin-bottom: 0px; }

.favorites_form {
	*top:1.7em;
}

html[dir='rtl'] .favorites_form {
	*top:1.7em;
}

.makeMenu { 
*clear: both;
*width: 750px;
}