diff options
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; +} |