blob: 4b280794ea15f861ed10e1973392e263839f6442 (
plain) (
tree)
|
|
/* Remove the prev, next chapter buttons as they interfere with the
* table of contents.
* Note that the table of contents only appears on desktop, thus we
* only remove the desktop (wide) chapter buttons.
*/
.nav-wide-wrapper {
display: none
}
|