Make WordPress Core

Changeset 23971


Ignore:
Timestamp:
04/11/2013 10:58:59 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: reinstate Audio post format max-width layout handling, lost in r23964. See #23955, props obenland.

File:
1 edited

Legend:

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

    r23967 r23971  
    14881488}
    14891489
    1490 .format-audio .entry-media,
     1490.format-audio .entry-media {
     1491    max-width: 604px;
     1492}
     1493
    14911494.sidebar .format-audio .entry-media {
     1495    max-width: 1040px;
    14921496    padding: 0 374px 0 60px;
    14931497}
Note: See TracChangeset for help on using the changeset viewer.