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:
parent
9ff0fe865e
commit
7a7eae1200
|
@ -892,6 +892,10 @@ h3#comments-title {
|
||||||
padding: 0 0 0 56px;
|
padding: 0 0 0 56px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
.commentlist li.comment:last-child {
|
||||||
|
border-bottom:none;
|
||||||
|
margin-bottom:0;
|
||||||
|
}
|
||||||
#comments .comment-body ul,
|
#comments .comment-body ul,
|
||||||
#comments .comment-body ol {
|
#comments .comment-body ol {
|
||||||
margin-bottom: 18px;
|
margin-bottom: 18px;
|
||||||
|
@ -984,6 +988,8 @@ input[type=submit] {
|
||||||
color: #333;
|
color: #333;
|
||||||
}
|
}
|
||||||
#respond {
|
#respond {
|
||||||
|
margin-top: 24px;
|
||||||
|
border-top: 1px solid #e7e7e7;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue