25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

7 satır
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. }