From c53c329a4661b1edaf3c6e6aecdb3bbc7bc18ea9 Mon Sep 17 00:00:00 2001 From: Jacob Haddon Date: Sun, 25 Oct 2020 16:54:37 -0400 Subject: [PATCH] changed list style, ordered has numbers, ordered, added m-dash --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 2fb06fe..3b9e0b0 100644 --- a/style.css +++ b/style.css @@ -41,7 +41,10 @@ address, caption, cite, code, dfn, em, strong, th, var font-weight: normal; } -ul li { list-style: none; } +/* ul li { list-style: none; } */ + +ul {list-style-type: '— ';} + caption, th { text-align: left; } h1, h2, h3, h4, h5, h6