summary refs log tree commit diff
path: root/v1.101/website_files/indent-section-headers.css
blob: f9b3c82ca68cdcda59a4fcfcc3c0cad0241442f3 (plain) (blame)
1
2
3
4
5
6
7
/*
 * 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;
}