iefix.css 321 Bytes
Newer Older
1 2 3
.tree .expander {
    margin-left: -0.60em;
}
4 5 6

pre {
	word-wrap: break-word;
jepso's avatar
jepso committed
7 8 9 10 11 12 13 14 15
}


div#wrap.sticky-toc #sidebar {
    /* IE5.5+/Win - this is more specific than the IE 5.0 version */
    top: expression(eval(document.documentElement.scrollTop));
    height: expression(eval(document.documentElement.clientHeight - 32));
}