summary refs log tree commit diff
path: root/v1.59/docs/website_files/remove-nav-buttons.css
blob: 4b280794ea15f861ed10e1973392e263839f6442 (plain) (blame)
1
2
3
4
5
6
7
8
/* 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
}