diff --git a/wp-content/themes/twentythirteen/css/ie.css b/wp-content/themes/twentythirteen/css/ie.css index 7228f3dbc9..11d7f0bdda 100644 --- a/wp-content/themes/twentythirteen/css/ie.css +++ b/wp-content/themes/twentythirteen/css/ie.css @@ -89,31 +89,31 @@ img.alignleft { .comment-meta, .comment-content, -.reply { +.comment-list .reply { width: 480px; } .depth-2 .comment-meta, .depth-2 .comment-content, -.depth-2 .reply { +.comment-list .depth-2 .reply { width: 460px; } .depth-3 .comment-meta, .depth-3 .comment-content, -.depth-3 .reply { +.comment-list .depth-3 .reply { width: 440px; } .depth-4 .comment-meta, .depth-4 .comment-content, -.depth-4 .reply { +.comment-list .depth-4 .reply { width: 420px; } .depth-5 .comment-meta, .depth-5 .comment-content, -.depth-5 .reply { +.comment-list .depth-5 .reply { width: 400px; } diff --git a/wp-content/themes/twentythirteen/rtl.css b/wp-content/themes/twentythirteen/rtl.css index 9d7f67a4c9..f25f6ad1a0 100644 --- a/wp-content/themes/twentythirteen/rtl.css +++ b/wp-content/themes/twentythirteen/rtl.css @@ -629,7 +629,7 @@ div.nav-menu > ul { .comment-metadata, .comment-content, -.reply { +.comment-list .reply { float: left; } diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index fb9eb493e0..b4b19ea811 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2299,7 +2299,7 @@ footer.entry-meta { .no-avatars .comment-metadata, .no-avatars .comment-content, -.no-avatars .reply { +.no-avatars .comment-list .reply { width: 100%; } @@ -2314,7 +2314,7 @@ footer.entry-meta { .comment-metadata, .comment-content, -.reply { +.comment-list .reply { float: right; width: 79%; width: -webkit-calc(100% - 124px); @@ -3053,7 +3053,7 @@ footer.entry-meta { .comment-metadata, .comment-content, - .reply { + .comment-list .reply { width: 70%; width: -webkit-calc(100% - 104px); width: calc(100% - 104px); @@ -3149,7 +3149,7 @@ footer.entry-meta { .comment-metadata, .comment-content, - .reply { + .comment-list .reply { width: 100%; } }