Changeset 20011
- Timestamp:
- 02/28/2012 05:28:08 AM (13 years ago)
- Location:
- trunk/wp-content/themes/twentytwelve
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentytwelve/archive.php
r19915 r20011 19 19 20 20 <?php if ( have_posts() ) : ?> 21 <h1 class="archive-title all-caps-title"><?php21 <h1 class="archive-title"><?php 22 22 if ( is_day() ) { 23 23 printf( __( 'Daily Archives: %s', 'twentytwelve' ), '<span>' . get_the_date() . '</span>' ); -
trunk/wp-content/themes/twentytwelve/functions.php
r20010 r20011 221 221 'before_widget' => '<aside id="%1$s" class="widget %2$s">', 222 222 'after_widget' => "</aside>", 223 'before_title' => '<h3 class="widget-title all-caps-title">',223 'before_title' => '<h3 class="widget-title">', 224 224 'after_title' => '</h3>', 225 225 ) ); -
trunk/wp-content/themes/twentytwelve/style.css
r20010 r20011 118 118 * Repeatable patterns 119 119 * ------------------------------------------------------------------ */ 120 .all-caps-title { 120 .archive-title, 121 .widget-title { 121 122 text-transform: uppercase; 122 123 font-weight: 400;
Note: See TracChangeset
for help on using the changeset viewer.