1
0

Fixed styling for Wordpress comments

This commit is contained in:
Aaron Lindsay 2011-04-15 23:25:52 -06:00
parent 534595797e
commit 33d97f6022

View File

@ -86,3 +86,29 @@ div.aligncenter {
margin-left: 0.5em;
}
/* Styling for comments */
.commentlist {
list-style-type: none;
}
.commentlist ol, .commentlist ul{
list-style-type: none;
}
.commentlist .comment {
padding: 1em;
}
.commentlist .thread-even {
background-color: #f5f5f5;
border: 2px solid #CCD;
border-radius: 5px;
-moz-border-radius: 5px;
}
.commentlist .comment .avatar {
float: right;
}
.commentlist .comment-author {
font-size: 1.2em;
}
.commentlist .comment-meta {
font-size: .8em;
border-bottom: 1px solid #ccd;
}