From 91721b4b07c11d7be481ce3c62e2da1b2ccda315 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Tue, 31 Mar 2026 00:41:34 +0200 Subject: [PATCH] html_resources/style: fix annoying gaps in nested lists --- html_resources/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/html_resources/style.css b/html_resources/style.css index 6799eee..b25e438 100644 --- a/html_resources/style.css +++ b/html_resources/style.css @@ -62,6 +62,7 @@ p, pre, ul, h2 { li ul { margin-left: 2em; + margin-bottom: 0; width: 100%; }