Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

7 linhas
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. }