From 2334d676fb98f9deed3bb07806f1205395f3f5bb Mon Sep 17 00:00:00 2001 From: Matt Thomas Date: Sat, 24 Apr 2010 18:08:46 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyten/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 7f368c5cff..0fe2886fb4 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -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; }