Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

7 rader
161 B

  1. /*
  2. * Indents each chapter title in the left sidebar so that they aren't
  3. * at the same level as the section headers.
  4. */
  5. .chapter-item {
  6. margin-left: 1em;
  7. }