summaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-12-04 11:02:02 -0500
committerDavid Robillard <d@drobilla.net>2022-12-04 11:02:02 -0500
commit9d652e28f4de41fe3280d6bd4a4b80270d1d655b (patch)
treef469d4c92a0ca8fb46961c9dcd0c4030ae407654 /doc/_static
parent94ee6538f7a7790854ce33a68adf0834a27a232b (diff)
downloadzix-9d652e28f4de41fe3280d6bd4a4b80270d1d655b.tar.gz
zix-9d652e28f4de41fe3280d6bd4a4b80270d1d655b.tar.bz2
zix-9d652e28f4de41fe3280d6bd4a4b80270d1d655b.zip
Fall back to alabaster if sphinx_lv2_theme is unavailable
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/custom.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/_static/custom.css b/doc/_static/custom.css
new file mode 100644
index 0000000..c5fe824
--- /dev/null
+++ b/doc/_static/custom.css
@@ -0,0 +1,12 @@
+/* Copyright 2022 David Robillard <d@drobilla.net> */
+/* SPDX-License-Identifier: 0BSD or ISC */
+
+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;
+}