blob: cf49d33f20b8a7aaeed019899e644cb0dd6e5e09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/**
* CSS for IE6
*/
* {zoom: 1;} /* trigger hasLayout in IE */
/* main nav drop-down */
#elgg-header {z-index:1;}
/* @todo check this one */
.elgg-button-delete a { background-position-y: 2px; }
.elgg-button-delete a:hover { background-position-y: -14px; }
|