Changeset 27442
- Timestamp:
- 03/06/2014 07:53:42 PM (11 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfourteen
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfourteen/functions.php
r27330 r27442 381 381 <?php echo get_the_author_meta( 'description', $contributor_id ); ?> 382 382 </p> 383 <a class=" contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>">383 <a class="button contributor-posts-link" href="<?php echo esc_url( get_author_posts_url( $contributor_id ) ); ?>"> 384 384 <?php printf( _n( '%d Article', '%d Articles', $post_count, 'twentyfourteen' ), $post_count ); ?> 385 385 </a> -
trunk/src/wp-content/themes/twentyfourteen/style.css
r27123 r27442 503 503 504 504 button, 505 . contributor-posts-link,505 .button, 506 506 input[type="button"], 507 507 input[type="reset"], … … 520 520 button:hover, 521 521 button:focus, 522 .contributor-posts-link:hover, 522 .button:hover, 523 .button:focus, 523 524 input[type="button"]:hover, 524 525 input[type="button"]:focus, … … 532 533 533 534 button:active, 534 . contributor-posts-link:active,535 .button:active, 535 536 input[type="button"]:active, 536 537 input[type="reset"]:active, … … 1257 1258 .entry-summary a:hover, 1258 1259 .page-content a:hover, 1259 .comment-content a:hover { 1260 .comment-content a:hover, 1261 .entry-content a.button, 1262 .entry-summary a.button, 1263 .page-content a.button, 1264 .comment-content a.button { 1260 1265 text-decoration: none; 1261 1266 } … … 2224 2229 2225 2230 .widget button, 2231 .widget .button, 2226 2232 .widget input[type="button"], 2227 2233 .widget input[type="reset"],
Note: See TracChangeset
for help on using the changeset viewer.