diff options
author | babolivier <babolivier@users.noreply.github.com> | 2022-03-29 09:41:41 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2022-03-29 09:41:41 +0000 |
commit | ef9fe66ed649c276c7712eb9bf1bec9ca811eb01 (patch) | |
tree | 9a1f39c250150ccc5eb899584c093de8fd9b2556 /v1.56/website_files/indent-section-headers.css | |
parent | deploy: a4643a685cb4acb81a5655ef3a5c8b9bbc588c0c (diff) | |
download | synapse-ef9fe66ed649c276c7712eb9bf1bec9ca811eb01.tar.xz |
deploy: b690fe749b5715f4c22b8a0a8640c264d8b94b3c
Diffstat (limited to 'v1.56/website_files/indent-section-headers.css')
-rw-r--r-- | v1.56/website_files/indent-section-headers.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/v1.56/website_files/indent-section-headers.css b/v1.56/website_files/indent-section-headers.css new file mode 100644 index 0000000000..f9b3c82ca6 --- /dev/null +++ b/v1.56/website_files/indent-section-headers.css @@ -0,0 +1,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; +} \ No newline at end of file |