From a32b397f429373edf82ed3a19cd933cb19940f68 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 8 May 2013 15:09:34 +0000 Subject: [PATCH] Twenty Thirteen: fix comment author styles to only add star icon to the post author's comment(s). Fixes #24281. git-svn-id: http://core.svn.wordpress.org/trunk@24197 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/css/ie.css | 2 +- wp-content/themes/twentythirteen/rtl.css | 6 +++--- wp-content/themes/twentythirteen/style.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/wp-content/themes/twentythirteen/css/ie.css b/wp-content/themes/twentythirteen/css/ie.css index 11d7f0bdda..ce2d3ab9f9 100644 --- a/wp-content/themes/twentythirteen/css/ie.css +++ b/wp-content/themes/twentythirteen/css/ie.css @@ -20,7 +20,7 @@ Styles for older IE versions (previous to IE9). .comment-awaiting-moderation:before:hover, .comment-reply-link:before:hover, #reply-title small a:before:hover, -.bypostauthor .fn:before:hover { +.bypostauthor > .comment-body .fn:before:hover { text-decoration: none; } diff --git a/wp-content/themes/twentythirteen/rtl.css b/wp-content/themes/twentythirteen/rtl.css index f25f6ad1a0..833ea83cb4 100644 --- a/wp-content/themes/twentythirteen/rtl.css +++ b/wp-content/themes/twentythirteen/rtl.css @@ -96,7 +96,7 @@ td { .comment-awaiting-moderation:after, .comment-reply-link:after, #reply-title small a:after, -.bypostauthor .fn:after, +.bypostauthor > .comment-body .fn:after, .error404 .page-title:after { -webkit-font-smoothing: antialiased; display: inline-block; @@ -612,12 +612,12 @@ div.nav-menu > ul { margin-right: auto; } -.bypostauthor .fn:before { +.bypostauthor > .comment-body .fn:before { content: normal; vertical-align: inherit; } -.bypostauthor .fn:after { +.bypostauthor > .comment-body .fn:after { content: "\f408"; vertical-align: text-top; } diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index b4b19ea811..e3fb8275fd 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -492,7 +492,7 @@ hr { .comment-reply-link:before, .comment-reply-login:before, #reply-title small a:before, -.bypostauthor .fn:before, +.bypostauthor > .comment-body .fn:before, .error404 .page-title:before { -webkit-font-smoothing: antialiased; display: inline-block; @@ -2303,7 +2303,7 @@ footer.entry-meta { width: 100%; } -.bypostauthor .fn:before { +.bypostauthor > .comment-body .fn:before { content: "\f408"; vertical-align: text-top; }