From b447d8e711d5c21047602aab19543b88d52dbaff Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Sep 2023 17:38:30 -0400 Subject: Remove custom documentation CSS This doesn't seem to be necessary, and spacing issues like this should be addressed by fixing the theme anyway. --- doc/_static/custom.css | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 doc/_static/custom.css (limited to 'doc/_static') diff --git a/doc/_static/custom.css b/doc/_static/custom.css deleted file mode 100644 index 779b9bfc..00000000 --- a/doc/_static/custom.css +++ /dev/null @@ -1,18 +0,0 @@ -/* - 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