Changeset 17845
- Timestamp:
- 05/09/2011 10:08:05 PM (14 years ago)
- Location:
- trunk/wp-content/themes/twentyeleven
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyeleven/content-aside.php
r17788 r17845 15 15 <hgroup> 16 16 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 17 <h2 class="entry-format"> Aside</h2>17 <h2 class="entry-format"><?php _e( 'Aside', 'twentyeleven' ); ?></h2> 18 18 </hgroup> 19 19 -
trunk/wp-content/themes/twentyeleven/content-gallery.php
r17791 r17845 15 15 <hgroup> 16 16 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 17 <h2 class="entry-format"> Gallery</h2>17 <h2 class="entry-format"><?php _e( 'Gallery', 'twentyeleven' ); ?></h2> 18 18 </hgroup> 19 19 -
trunk/wp-content/themes/twentyeleven/content-image.php
r17791 r17845 15 15 <hgroup> 16 16 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 17 <h2 class="entry-format"> Image</h2>17 <h2 class="entry-format"><?php _e( 'Image', 'twentyeleven' ); ?></h2> 18 18 </hgroup> 19 19 -
trunk/wp-content/themes/twentyeleven/content-link.php
r17788 r17845 15 15 <hgroup> 16 16 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 17 <h2 class="entry-format"> Link</h2>17 <h2 class="entry-format"><?php _e( 'Link', 'twentyeleven' ); ?></h2> 18 18 </hgroup> 19 19 -
trunk/wp-content/themes/twentyeleven/content-quote.php
r17791 r17845 13 13 <hgroup> 14 14 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 15 <h2 class="entry-format"> Quote</h2>15 <h2 class="entry-format"><?php _e( 'Quote', 'twentyeleven' ); ?></h2> 16 16 </hgroup> 17 17 -
trunk/wp-content/themes/twentyeleven/content-status.php
r17788 r17845 14 14 <hgroup> 15 15 <h1 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyeleven' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h1> 16 <h2 class="entry-format"> Status</h2>16 <h2 class="entry-format"><?php _e( 'Status', 'twentyeleven' ); ?></h2> 17 17 </hgroup> 18 18 -
trunk/wp-content/themes/twentyeleven/style.css
r17830 r17845 618 618 color: #222; 619 619 } 620 #branding .only-search #s, 621 #branding .only-search #s:focus { 622 width: 85%; 623 } 620 624 #branding .only-search #s:focus { 621 625 background-color: #bbb; … … 624 628 top: auto; 625 629 bottom: -27px; 630 } 631 #branding .only-search + #access div { 632 padding-right: 160px; 626 633 } 627 634 … … 1034 1041 .format-image footer.entry-meta { 1035 1042 background: #e0e6e8; 1036 margin-right: 2px;1037 1043 margin-top: -6px; 1038 1044 padding: 20px 30px;
Note: See TracChangeset
for help on using the changeset viewer.