Files
synapse/v1.162/website_files/indent-section-headers.css
T
2026-09-22 18:55:10 +00:00

7 lines
161 B
CSS

/*
* 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;
}