mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-01-12 22:51:51 +08:00
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;
|
|
} |