Changeset 24073
- Timestamp:
- 04/23/2013 09:29:00 PM (12 years ago)
- Location:
- trunk/wp-content/themes/twentythirteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/author-bio.php
r23680 r24073 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"> -
trunk/wp-content/themes/twentythirteen/rtl.css
r24071 r24073 538 538 } 539 539 540 .author-avatar {540 .author-avatar .avatar { 541 541 float: right; 542 542 margin: 0 0 30px 30px; -
trunk/wp-content/themes/twentythirteen/style.css
r24072 r24073 2097 2097 } 2098 2098 2099 .author-avatar {2099 .author-avatar .avatar { 2100 2100 float: left; 2101 2101 margin: 0 30px 30px 0; … … 2103 2103 2104 2104 .single-format-status .author-description, 2105 .single-format-status .author-description h2, 2106 .single-format-quote .author-description, 2107 .single-format-quote .author-description h2 { 2105 .single-format-quote .author-description { 2108 2106 color: #f7f5e7; 2109 2107 } 2110 2108 2111 .single-format-audio .author-description a, 2112 .single-format-video .author-description a { 2113 color: #fbfaf3; 2114 } 2115 2116 .author-description h2 { 2109 .author-description .author-title { 2117 2110 clear: none; 2118 2111 font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
Note: See TracChangeset
for help on using the changeset viewer.