aboutsummaryrefslogtreecommitdiff
path: root/views/default/css/ie.php
blob: 4bddd4d55141f8828d635589bca50edec6fcb0f7 (plain)
1
2
3
4
5
6
7
8
/**
 * CSS for IE8 and above
 */

/* ie8 does not like shrink wrapping this div with inline-block */
.elgg-avatar {
	display: block;
}