1
0
Files
synapse/docs/website_files/section-headers.css
Andrew Morgan 19ca533bcc Rename indent-section-headers -> section-headers
to be more generic
2022-03-10 18:34:58 +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;
}