From ef43637fa269bbbd762b81a77b03c2c1ac9d83df Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Fri, 5 Apr 2013 16:35:27 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentythirteen/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index c170f1a153..a29caeac08 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -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; } } \ No newline at end of file