From f5bb1d8119a208c22937a834bb446147cf58283e Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Tue, 18 Sep 2018 08:42:12 -0400 Subject: [PATCH] Style comment lists --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 2b20a45..cd309bc 100644 --- a/style.css +++ b/style.css @@ -1011,6 +1011,10 @@ Comments list-style-type: none; } +.comment-list ol, .comment-list li { + list-style-type: none; +} + .comment-body { margin-top: 2em; }