Make WordPress Core

Changeset 19543


Ignore:
Timestamp:
12/02/2011 05:22:46 PM (15 years ago)
Author:
nacin
Message:

Give a min-height to posts of the status post format in Twenty Eleven. props devinreams, fixes #19325.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/style.css

    r19369 r19543  
    10721072        padding: 20px 0 0;
    10731073}
     1074article.format-status .entry-content {
     1075        min-height: 65px;
     1076}
    10741077.recent-posts .entry-header .entry-format {
    10751078        display: none;
Note: See TracChangeset for help on using the changeset viewer.