From 51563cf8ff8b35889ee8ceeb9d7eed79344b001c Mon Sep 17 00:00:00 2001 From: lancewillett Date: Wed, 1 Aug 2012 16:08:47 +0000 Subject: [PATCH] Twenty Twelve: add CSS rule for threaded comments. Fixes #21405. git-svn-id: http://core.svn.wordpress.org/trunk@21393 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentytwelve/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index d32edda5a1..738c8b0eab 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -1256,6 +1256,10 @@ a.comment-reply-link:hover { margin-bottom: 24px; margin-bottom: 1.714285714rem; } +.commentlist .children { + margin-left: 48px; + margin-left: 3.428571429rem; +} /* Comment form */ #respond {