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:
Matt Thomas 2010-04-24 18:08:46 +00:00
parent 8d7f5fc554
commit 2334d676fb
1 changed files with 1 additions and 1 deletions

View File

@ -907,7 +907,7 @@ h3#comments-title {
padding: 0 0 0 56px;
position: relative;
}
.commentlist li.comment:last-child {
.commentlist li:last-child {
border-bottom:none;
margin-bottom:0;
}