diff --git a/css/wordpress.css b/css/wordpress.css index c6f5089..280abec 100644 --- a/css/wordpress.css +++ b/css/wordpress.css @@ -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; +}