diff options
author | David Robillard <d@drobilla.net> | 2022-12-04 11:02:02 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-12-04 11:02:02 -0500 |
commit | 9d652e28f4de41fe3280d6bd4a4b80270d1d655b (patch) | |
tree | f469d4c92a0ca8fb46961c9dcd0c4030ae407654 /doc/_static | |
parent | 94ee6538f7a7790854ce33a68adf0834a27a232b (diff) | |
download | zix-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.css | 12 |
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; +} |