Make WordPress Core

Changeset 25791


Ignore:
Timestamp:
10/15/2013 05:58:12 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: fix description layout on attachment outputs, props obenland. Fixes #25578.

File:
1 edited

Legend:

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

    r25716 r25791  
    17981798
    17991799.attachment .entry-attachment,
    1800 .attachment p.attachment {
     1800.attachment .type-attachment p {
    18011801    margin: 0 auto;
    18021802    max-width: 724px;
     
    18201820.attachment .entry-description p:last-child {
    18211821    margin: 0;
     1822}
     1823
     1824.attachment .site-main .sidebar-container {
     1825    display: none;
    18221826}
    18231827
Note: See TracChangeset for help on using the changeset viewer.