From 18f95b7dd5d308a4c0f6b94d5fc0a012a52d8eb0 Mon Sep 17 00:00:00 2001 From: iammattthomas 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: http://svn.automattic.com/wordpress/trunk@14223 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; }