You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
252 B

  1. /* Remove the prev, next chapter buttons as they interfere with the
  2. * table of contents.
  3. * Note that the table of contents only appears on desktop, thus we
  4. * only remove the desktop (wide) chapter buttons.
  5. */
  6. .nav-wide-wrapper {
  7. display: none
  8. }