From bca76b8fc6b23c1ca13acbd50930d900a9641592 Mon Sep 17 00:00:00 2001 From: lethosor Date: Wed, 15 Jul 2020 21:15:07 -0400 Subject: [PATCH] Remove excess/inconsistent padding from lists containing other lists --- docs/styles/dfhack.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/styles/dfhack.css b/docs/styles/dfhack.css index daedd1120..a25772871 100644 --- a/docs/styles/dfhack.css +++ b/docs/styles/dfhack.css @@ -56,3 +56,8 @@ div.sphinxsidebar h3.logo-name a { div.body { min-width: unset; } + +div.body li > p { + margin-top: 0; + margin-bottom: 0; +}