Make WordPress Core


Ignore:
Timestamp:
06/07/2011 09:28:56 PM (14 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/showcase.php

    r17959 r18181  
    9090                            $feature_class = 'feature-image large';
    9191                        }
     92                    } else {
     93                        $feature_class = 'feature-text';
    9294                    }
    9395                ?>
Note: See TracChangeset for help on using the changeset viewer.