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:
Lance Willett 2012-11-28 17:43:46 +00:00
parent e9f31a8f5a
commit 58822c57a7
2 changed files with 9 additions and 9 deletions

10
rtl.css
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. */