Skip to content
Snippets Groups Projects
indent-section-headers.css 161 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * Indents each chapter title in the left sidebar so that they aren't
     * at the same level as the section headers.
     */
    .chapter-item {
        margin-left: 1em;
    }