summary refs log tree commit diff
path: root/v1.97/docs/website_files/indent-section-headers.css
diff options
context:
space:
mode:
authorDMRobertson <DMRobertson@users.noreply.github.com>2023-11-21 12:39:50 +0000
committerDMRobertson <DMRobertson@users.noreply.github.com>2023-11-21 12:39:50 +0000
commit1b4ed0ade5fedd88f6a1377ef60168d6e24b5fd9 (patch)
tree825ac7e9759e2071500e30bdb0cf9c602c2af6f6 /v1.97/docs/website_files/indent-section-headers.css
parentdeploy: c4f5522189687c1e739d63246b5a6668d89b2d5f (diff)
downloadsynapse-1b4ed0ade5fedd88f6a1377ef60168d6e24b5fd9.tar.xz
deploy: bb86eb98147d4b9d78bcd564133666f2d777c5c3
Diffstat (limited to 'v1.97/docs/website_files/indent-section-headers.css')
-rw-r--r--v1.97/docs/website_files/indent-section-headers.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/v1.97/docs/website_files/indent-section-headers.css b/v1.97/docs/website_files/indent-section-headers.css
new file mode 100644

index 0000000000..f9b3c82ca6 --- /dev/null +++ b/v1.97/docs/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