diff options
author | Jakob Borg <jakob@kastelo.net> | 2020-12-05 09:04:33 +0100 |
---|---|---|
committer | Jakob Borg <jakob@kastelo.net> | 2020-12-05 09:04:35 +0100 |
commit | f79c1a6eae8891a342d46b99355932c22055860b (patch) | |
tree | 554e53843230043dc3cfed0662a9a28824684911 /_static | |
parent | 834bb6f47aab2ab3dafed0f9d803aca109e98d08 (diff) | |
download | syncthing-docs-f79c1a6eae8891a342d46b99355932c22055860b.zip |
Refactor FAQ
Rough section division, local ToC
Diffstat (limited to '_static')
-rw-r--r-- | _static/custom.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_static/custom.css b/_static/custom.css index bf9f2bd..1f472cc 100644 --- a/_static/custom.css +++ b/_static/custom.css @@ -66,3 +66,14 @@ li > p:last-child { li:last-child > p:last-child { margin-bottom: 0; } + +/* Overrides for built in contents directive */ +div.contents { + margin: inherit; + padding: inherit; + background-color: inherit; + border: inherit; +} +div.contents li > p:last-child { + margin-bottom: inherit; +} |