Make WordPress Core


Ignore:
Timestamp:
06/07/2011 09:28:56 PM (15 years ago)
Author:
iandstewart
Message:

Twenty Eleven: miscellaneous bug fixes and improvements

  • Only style images uploaded to the WordPress media library with border styles (and not placeholder images for content added by plugins)
  • Prevent content added by plugins and long custom excerpts from overflowing the featured post slider
  • Make sure small thumbnails will never appear in the Custom Header area
  • Better indicate the current featured post with custom link color and cursor
  • Add a class for text-only featured posts
  • Style improvements for small screens
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/inc/theme-options.php

    r18152 r18181  
    347347        .entry-header .comments-link a:hover,
    348348        .entry-header .comments-link a:focus,
    349         .entry-header .comments-link a:active {
     349        .entry-header .comments-link a:active,
     350        .feature-slider a.active {
    350351            background: <?php echo $link_color; ?>;
    351352        }
Note: See TracChangeset for help on using the changeset viewer.