Fixed styling for Wordpress comments
This commit is contained in:
parent
534595797e
commit
33d97f6022
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user