22 lines
304 B
CSS
22 lines
304 B
CSS
|
|
||
|
header {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
div.main-navigation, div.navigation-top {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
div#overview_contents, div#contents.isShowingTOC, div#contents {
|
||
|
overflow: visible;
|
||
|
position: relative;
|
||
|
top: 0px;
|
||
|
border: none;
|
||
|
left: 0;
|
||
|
}
|
||
|
#tocContainer.isShowingTOC {
|
||
|
display: none;
|
||
|
}
|
||
|
nav {
|
||
|
display: none;
|
||
|
}
|