Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

8 Zeilen
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. }