Style comment lists

This commit is contained in:
Jeremy Dormitzer 2018-09-18 08:42:12 -04:00
parent 7a452e9287
commit f5bb1d8119

View File

@ -1011,6 +1011,10 @@ Comments
list-style-type: none; list-style-type: none;
} }
.comment-list ol, .comment-list li {
list-style-type: none;
}
.comment-body { .comment-body {
margin-top: 2em; margin-top: 2em;
} }