]> git.plutz.net Git - cgilite/commitdiff
list padding, to prevent bullets floating into elements to the left
authorPaul Hänsch <paul@plutz.net>
Mon, 12 Jun 2023 16:58:14 +0000 (18:58 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 12 Jun 2023 16:58:14 +0000 (18:58 +0200)
common.css

index 65c28f3ad459283c2fd026e072fdb6b430b8fc44..be1567b70a26fdb821c3e95e7f04ee6cb53f0387 100644 (file)
@@ -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; }