Make WordPress Core

Changeset 23920


Ignore:
Timestamp:
04/05/2013 04:35:27 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: style the the "Login to Reply" link correctly, props obenland. Fixes #23943.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/style.css

    r23877 r23920  
    496496.comment-awaiting-moderation:before,
    497497.comment-reply-link:before,
     498.comment-reply-login:before,
    498499#reply-title small a:before,
    499500.bypostauthor .fn:before,
     
    23182319.comment-author .fn,
    23192320.comment-author .url,
    2320 .comment-reply-link {
     2321.comment-reply-link,
     2322.comment-reply-login {
    23212323    color: #ed331c;
    23222324    font-size: 14px;
     
    23872389}
    23882390
    2389 .comment-reply-link:before {
     2391.comment-reply-link:before,
     2392.comment-reply-login:before {
    23902393    content: "\f412";
    23912394    margin-right: 3px;
     
    33043307
    33053308    .comment-author .fn,
    3306     .comment-reply-link {
     3309    .comment-reply-link,
     3310    .comment-reply-login {
    33073311        color: #333;
    33083312    }
Note: See TracChangeset for help on using the changeset viewer.