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
This commit is contained in:
Lance Willett 2012-08-01 16:08:47 +00:00
parent 2e091941cd
commit f51441f9a1
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 {