1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-06 16:06:52 +00:00
synapse/v1.104/docs/website_files/indent-section-headers.css
2024-03-26 11:50:36 +00:00

7 lines
No EOL
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;
}