Style comments

This commit is contained in:
Jeremy Dormitzer 2018-08-20 20:24:34 -04:00
parent 07ba0f2e3c
commit b515fc29b1

View File

@ -1003,7 +1003,26 @@ Comments
*/
.comment-list {
margin: 0;
padding-left: 3em;
padding-left: 0.5em;
list-style-type: none;
}
.comment-body {
margin-top: 2em;
}
.comment-author .fn {
margin-left: 0.5em;
}
.comment-author img.avatar {
float: left;
}
.comment-metadata {
font-size: 16px;
clear: both;
margin-top: 0.5em;
}
.comment-form input[type="checkbox"] {