html_resources/style: fix annoying gaps in nested lists

master
BodgeMaster 2026-03-31 00:41:34 +02:00
parent 011d2ef85a
commit 91721b4b07
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ p, pre, ul, h2 {
li ul {
margin-left: 2em;
margin-bottom: 0;
width: 100%;
}