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
This commit is contained in:
Lance Willett 2013-05-08 15:09:34 +00:00
parent c347a88b68
commit a32b397f42
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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