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