Ticket #24167: 24167.diff
File 24167.diff, 1.9 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/author-bio.php
13 13 <?php echo get_avatar( get_the_author_meta( 'user_email' ), apply_filters( 'twentythirteen_author_bio_avatar_size', 74 ) ); ?> 14 14 </div><!-- .author-avatar --> 15 15 <div class="author-description"> 16 <h2 ><?php printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); ?></h2>17 <p >16 <h2 class="author-title"><?php printf( __( 'About %s', 'twentythirteen' ), get_the_author() ); ?></h2> 17 <p class="author-bio"> 18 18 <?php the_author_meta( 'description' ); ?> 19 19 <a class="author-link" href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>" rel="author"> 20 20 <?php printf( __( 'View all posts by %s <span class="meta-nav">→</span>', 'twentythirteen' ), get_the_author() ); ?> -
wp-content/themes/twentythirteen/style.css
2099 2099 padding: 50px 0 0; 2100 2100 } 2101 2101 2102 .author-avatar {2102 .author-avatar .avatar { 2103 2103 float: left; 2104 2104 margin: 0 30px 30px 0; 2105 2105 } 2106 2106 2107 2107 .single-format-status .author-description, 2108 .single-format-status .author-description h2, 2109 .single-format-quote .author-description, 2110 .single-format-quote .author-description h2 { 2108 .single-format-quote .author-description { 2111 2109 color: #f7f5e7; 2112 2110 } 2113 2111 2114 .single-format-audio .author-description a, 2115 .single-format-video .author-description a { 2116 color: #fbfaf3; 2117 } 2118 2119 .author-description h2 { 2112 .author-description .author-title { 2120 2113 clear: none; 2121 2114 font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif; 2122 2115 margin: 0 0 8px;