mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Twenty Thirteen: style the the "Login to Reply" link correctly, props obenland. Fixes #23943.
git-svn-id: https://develop.svn.wordpress.org/trunk@23920 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
1ab752e30a
commit
ef43637fa2
@ -495,6 +495,7 @@ hr {
|
||||
.attachment-meta a:before,
|
||||
.comment-awaiting-moderation:before,
|
||||
.comment-reply-link:before,
|
||||
.comment-reply-login:before,
|
||||
#reply-title small a:before,
|
||||
.bypostauthor .fn:before,
|
||||
.error404 .page-title:before {
|
||||
@ -2317,7 +2318,8 @@ footer.entry-meta {
|
||||
|
||||
.comment-author .fn,
|
||||
.comment-author .url,
|
||||
.comment-reply-link {
|
||||
.comment-reply-link,
|
||||
.comment-reply-login {
|
||||
color: #ed331c;
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
@ -2386,7 +2388,8 @@ footer.entry-meta {
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.comment-reply-link:before {
|
||||
.comment-reply-link:before,
|
||||
.comment-reply-login:before {
|
||||
content: "\f412";
|
||||
margin-right: 3px;
|
||||
}
|
||||
@ -3303,7 +3306,8 @@ footer.entry-meta {
|
||||
}
|
||||
|
||||
.comment-author .fn,
|
||||
.comment-reply-link {
|
||||
.comment-reply-link,
|
||||
.comment-reply-login {
|
||||
color: #333;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user