From: Paul Hänsch Date: Mon, 12 Jun 2023 16:58:14 +0000 (+0200) Subject: list padding, to prevent bullets floating into elements to the left X-Git-Url: http://git.plutz.net/?p=cgilite;a=commitdiff_plain;h=30435ff9663ca06ff6871e0bcb7d34613ea25c7b list padding, to prevent bullets floating into elements to the left --- diff --git a/common.css b/common.css index 65c28f3..be1567b 100644 --- a/common.css +++ b/common.css @@ -47,7 +47,7 @@ b, strong { font-weight: bolder; } tt, code, var, samp, kbd { font-family: monospace; } kbd { font-style: italic; } -ul, ol { margin-left: 1.125em; } +ul, ol { padding-left: 1.125em; } dl dt { font-weight: bolder; } table th { font-weight: bold; }