aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/_static/custom.css')
-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;
+}