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