From 77353fba14db23f3919bebc392dab7ff3ea02010 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 4 Dec 2022 13:18:16 -0500 Subject: Clean up documentation configuration --- doc/_static/custom.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/_static/custom.css (limited to 'doc/_static') 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 */ +/* 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; +} -- cgit v1.2.1