diff --git a/wp-content/themes/twentythirteen/rtl.css b/wp-content/themes/twentythirteen/rtl.css index 833ea83cb4..54d261cab9 100644 --- a/wp-content/themes/twentythirteen/rtl.css +++ b/wp-content/themes/twentythirteen/rtl.css @@ -629,7 +629,8 @@ div.nav-menu > ul { .comment-metadata, .comment-content, -.comment-list .reply { +.comment-list .reply, +.comment-awaiting-moderation { float: left; } diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index e3fb8275fd..0628eaf1ca 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -2313,6 +2313,7 @@ footer.entry-meta { } .comment-metadata, +.comment-awaiting-moderation, .comment-content, .comment-list .reply { float: right; @@ -2343,7 +2344,6 @@ footer.entry-meta { .comment-awaiting-moderation { color: #a2a2a2; - margin: 20px 0 0; } .comment-awaiting-moderation:before {