aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-04 13:18:16 -0500
committerDavid Robillard <d@drobilla.net>2022-12-04 13:32:46 -0500
commit77353fba14db23f3919bebc392dab7ff3ea02010 (patch)
tree870271cf1c556b5565250943ba81b753618baee6 /doc/_static
parent79ba155516166b8b7be14ab30c22f6f6d93b550f (diff)
downloadserd-77353fba14db23f3919bebc392dab7ff3ea02010.tar.gz
serd-77353fba14db23f3919bebc392dab7ff3ea02010.tar.bz2
serd-77353fba14db23f3919bebc392dab7ff3ea02010.zip
Clean up documentation configuration
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/custom.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/_static/custom.css b/doc/_static/custom.css
new file mode 100644
index 00000000..757c218c
--- /dev/null
+++ b/doc/_static/custom.css
@@ -0,0 +1,16 @@
+/* Copyright 2022 David Robillard <d@drobilla.net> */
+/* SPDX-License-Identifier: 0BSD or ISC */
+
+div.bodywrapper {
+ margin: 0 0 0 16em;
+}
+
+section > dl {
+ margin-bottom: 30px;
+}
+
+.struct > dd > dl.member > dt,
+.enum > dd > dl.member > dt,
+.enum-class > dd > dl.member > dt {
+ padding: 15px 0 0;
+}