2007-06-14 01:30:32 +04:00
|
|
|
.tree .expander {
|
|
|
|
margin-left: -0.60em;
|
|
|
|
}
|
2007-06-19 23:20:33 +04:00
|
|
|
|
|
|
|
pre {
|
|
|
|
word-wrap: break-word;
|
2007-06-29 18:10:15 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
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));
|
|
|
|
}
|
|
|
|
|