In twentyten, apply last-child stylings to pingbacks as well as comments.
git-svn-id: https://develop.svn.wordpress.org/trunk@14223 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8d7f5fc554
commit
2334d676fb
|
@ -907,7 +907,7 @@ h3#comments-title {
|
||||||
padding: 0 0 0 56px;
|
padding: 0 0 0 56px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.commentlist li.comment:last-child {
|
.commentlist li:last-child {
|
||||||
border-bottom:none;
|
border-bottom:none;
|
||||||
margin-bottom:0;
|
margin-bottom:0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue