From 30435ff9663ca06ff6871e0bcb7d34613ea25c7b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Mon, 12 Jun 2023 18:58:14 +0200 Subject: [PATCH] list padding, to prevent bullets floating into elements to the left --- common.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2