aboutsummaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-09-02 17:38:30 -0400
committerDavid Robillard <d@drobilla.net>2023-09-22 23:54:50 -0400
commitb447d8e711d5c21047602aab19543b88d52dbaff (patch)
tree794f5b0cd67301d8492b400d848fe8c55aea8658 /doc/_static
parent6c632697fe1ea1255311bb3a0e56574766d182c7 (diff)
downloadserd-b447d8e711d5c21047602aab19543b88d52dbaff.tar.gz
serd-b447d8e711d5c21047602aab19543b88d52dbaff.tar.bz2
serd-b447d8e711d5c21047602aab19543b88d52dbaff.zip
Remove custom documentation CSS
This doesn't seem to be necessary, and spacing issues like this should be addressed by fixing the theme anyway.
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/custom.css18
1 files changed, 0 insertions, 18 deletions
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 <d@drobilla.net>
- 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;
-}