diff --git a/rtl.css b/rtl.css index a18348e60..cb989a136 100644 --- a/rtl.css +++ b/rtl.css @@ -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; + } } \ No newline at end of file diff --git a/style.css b/style.css index 8b6723145..2db2c99e9 100644 --- a/style.css +++ b/style.css @@ -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. */