]> git.plutz.net Git - shellwiki/commitdiff
Squashed 'cgilite/' changes from 628929d8..30435ff9
authorPaul Hänsch <paul@plutz.net>
Mon, 12 Jun 2023 16:58:33 +0000 (18:58 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 12 Jun 2023 16:58:33 +0000 (18:58 +0200)
30435ff9 list padding, to prevent bullets floating into elements to the left

git-subtree-dir: cgilite
git-subtree-split: 30435ff9663ca06ff6871e0bcb7d34613ea25c7b

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; }