summaryrefslogtreecommitdiffstats
path: root/build/package/WebContent/demo/css/ie.css
blob: 7deda93bd0019b065e5aedc104c8092b716d79d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* for IE hasLayout, fixes background not showing */
* html a.more {
	zoom: 1;
}
*+html a.more {
	zoom: 1;
}

a.more span {
	color: #5c666a;
}