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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14202 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-04-23 18:59:36 +00:00
parent 9ff0fe865e
commit 7a7eae1200
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;
}