From 55071e8328d0d5d7c2b25f39d825fb1041dfff52 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 8 May 2013 19:11:03 +0000 Subject: [PATCH] Twenty Thirteen: fix styling for comment moderation notice. Props SergeyBiryukov, fixes #24286. git-svn-id: http://core.svn.wordpress.org/trunk@24202 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/rtl.css | 3 ++- wp-content/themes/twentythirteen/style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 {