From 8dc372a5ea4e9496556f57650ab6002f0e662fbe Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Fri, 23 Apr 2010 18:59:36 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index a1cdeb6254..b4dfd347dc 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -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; }