1
0
mirror of synced 2024-12-14 23:26:04 +03:00
doctrine2/website/web/css/manual_iefix.css
2007-08-31 23:41:48 +00:00

16 lines
321 B
CSS

.tree .expander {
margin-left: -0.60em;
}
pre {
word-wrap: break-word;
}
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));
}