From f51441f9a1e5982ecbee36893d0871ac9ce68a44 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 1 Aug 2012 16:08:47 +0000 Subject: [PATCH] Twenty Twelve: add CSS rule for threaded comments. Fixes #21405. git-svn-id: https://develop.svn.wordpress.org/trunk@21393 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 {