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: https://develop.svn.wordpress.org/trunk@22896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-11-28 17:43:46 +00:00
parent 2520705252
commit ad3203f15f
2 changed files with 9 additions and 9 deletions

View File

@ -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;
}
}

View File

@ -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. */