Make WordPress Core

Changeset 27571


Ignore:
Timestamp:
03/17/2014 09:55:09 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: remove unused singular selectors in print CSS block. Props jbkkd, fixes #26866.

File:
1 edited

Legend:

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

    r26714 r27571  
    17091709                width: auto;
    17101710        }
    1711         .singular .entry-header .entry-meta {
    1712                 position: static;
    1713         }
    1714         .singular .site-content,
    1715         .singular .entry-header,
    1716         .singular .entry-content,
    1717         .singular footer.entry-meta,
    1718         .singular .comments-title {
    1719                 margin: 0;
    1720                 width: 100%;
    1721         }
     1711
    17221712        .entry-header .entry-title,
    1723         .entry-title,
    1724         .singular .entry-title {
     1713        .entry-title {
    17251714                font-size: 21pt;
    17261715        }
Note: See TracChangeset for help on using the changeset viewer.