From fa2b236b27e636d3e9b1f372527f99c06223e352 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 22 Dec 2025 15:03:34 -1000 Subject: [PATCH] css: better fix for line break in lists --- out/css/site.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/out/css/site.css b/out/css/site.css index a5272f7..a049dcf 100644 --- a/out/css/site.css +++ b/out/css/site.css @@ -30,14 +30,14 @@ h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { margin:0; } -ul { - list-style-position: outside; -} - li { margin-bottom:0; } +li > p { + display: inline; +} + #TOC, #sitemap { /* border-top: thin solid black; */ padding-top: 1em;