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:
parent
2e091941cd
commit
f51441f9a1
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user