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:
parent
87cc5cd6c9
commit
51563cf8ff
|
@ -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