Style nested comments

This commit is contained in:
Jeremy Dormitzer 2018-09-18 11:15:34 -04:00
parent 7a452e9287
commit eab1db6c8a
No known key found for this signature in database
GPG Key ID: 04F17C0F5A32C320

View File

@ -1011,6 +1011,12 @@ Comments
list-style-type: none;
}
.comment-list li > ul,
.comment-list li > ol {
margin-left: 1em;
padding-left: 1em;
}
.comment-body {
margin-top: 2em;
}