1
0
Files
synapse/docs/website_files/indent-section-headers.css
Andrew Morgan d042d8425b Refine the sidebar: switch to headers without labels
This just ends up looking much cleaner.

Also includes some updates to the description of what each custom
JS/CSS file does.
2021-05-27 18:40:24 +01: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;
}