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; }