From: Carl Worth Date: Sun, 17 May 2020 22:02:07 +0000 (-0700) Subject: style: Add some basic support for a bulleted list. X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=commitdiff_plain;h=6a5d2b184d3c01d12c6af04ad7f0613d5b13525b style: Add some basic support for a bulleted list. It's somewhat surprising that the reset.css even removes all bullets from list items, but there you have it. --- diff --git a/style.css b/style.css index 9f922b6..cde3def 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,12 @@ p,dl,dd { margin-bottom: 1em; } +ul li { + margin-left: 1em; + list-style-type: disc; + margin-bottom: 0.5em; +} + /*\ |*| |*| Overall page layout