Twenty Twelve: only use comment thread indentation when above the first breakpoint, to avoid super-narrow indented comments in small screens. Closes #21405.
git-svn-id: http://core.svn.wordpress.org/trunk@22896 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
38b46e44ea
commit
3f816d4f48
|
@ -122,11 +122,6 @@ article.format-link .entry-content {
|
|||
margin-right: 0.357142857rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
.commentlist .children {
|
||||
margin-right: 48px;
|
||||
margin-right: 3.428571429rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
/* Comment form */
|
||||
#respond h3#reply-title #cancel-comment-reply-link {
|
||||
|
@ -234,4 +229,9 @@ label ~ span.required {
|
|||
border-right: 0;
|
||||
border-left: none;
|
||||
}
|
||||
.commentlist .children {
|
||||
margin-right: 48px;
|
||||
margin-right: 3.428571429rem;
|
||||
margin-left: auto;
|
||||
}
|
||||
}
|
|
@ -1223,10 +1223,6 @@ a.comment-edit-link:hover {
|
|||
margin-bottom: 24px;
|
||||
margin-bottom: 1.714285714rem;
|
||||
}
|
||||
.commentlist .children {
|
||||
margin-left: 48px;
|
||||
margin-left: 3.428571429rem;
|
||||
}
|
||||
|
||||
/* Comment form */
|
||||
#respond {
|
||||
|
@ -1550,6 +1546,10 @@ img#wpstats {
|
|||
float: none;
|
||||
width: auto;
|
||||
}
|
||||
.commentlist .children {
|
||||
margin-left: 48px;
|
||||
margin-left: 3.428571429rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* Minimum width of 960 pixels. */
|
||||
|
|
Loading…
Reference in New Issue