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
This commit is contained in:
lancewillett 2012-08-01 16:08:47 +00:00
parent b40c57105e
commit f5bfd83df8
1 changed files with 4 additions and 0 deletions

View File

@ -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 {