Make WordPress Core

Changeset 27570


Ignore:
Timestamp:
03/17/2014 09:50:59 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Eleven: make sure top post meta output isn't broken on small screens. Fixes #27061.

File:
1 edited

Legend:

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

    r26714 r27570  
    24742474        padding: 1.625em 0 0;
    24752475    }
     2476    .singular .entry-header .entry-meta,
     2477    .singular .entry-header .entry-format,
     2478    .singular .entry-meta .edit-link a {
     2479        position: static;
     2480    }
    24762481    /* Talking avatars take up too much room at this size */
    24772482    .commentlist > li.comment,
     
    25282533    #branding {
    25292534        border-top: none;
    2530     }
    2531     .singular .entry-header .entry-meta,
    2532     .singular .entry-header .entry-format,
    2533     .singular .entry-meta .edit-link a {
    2534         position: static;
    25352535    }
    25362536}
Note: See TracChangeset for help on using the changeset viewer.