summaryrefslogtreecommitdiff
path: root/_static
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2020-12-05 09:04:33 +0100
committerJakob Borg <jakob@kastelo.net>2020-12-05 09:04:35 +0100
commitf79c1a6eae8891a342d46b99355932c22055860b (patch)
tree554e53843230043dc3cfed0662a9a28824684911 /_static
parent834bb6f47aab2ab3dafed0f9d803aca109e98d08 (diff)
downloadsyncthing-docs-f79c1a6eae8891a342d46b99355932c22055860b.zip
Refactor FAQ
Rough section division, local ToC
Diffstat (limited to '_static')
-rw-r--r--_static/custom.css11
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;
+}