In twentyten, remove border from last child of commentlist, add border to top of respond div

git-svn-id: https://develop.svn.wordpress.org/trunk@14202 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-04-23 18:59:36 +00:00
parent 746aa8edeb
commit 8dc372a5ea
1 changed files with 6 additions and 0 deletions

View File

@ -892,6 +892,10 @@ h3#comments-title {
padding: 0 0 0 56px;
position: relative;
}
.commentlist li.comment:last-child {
border-bottom:none;
margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
margin-bottom: 18px;
@ -984,6 +988,8 @@ input[type=submit] {
color: #333;
}
#respond {
margin-top: 24px;
border-top: 1px solid #e7e7e7;
overflow: hidden;
position: relative;
}