Make WordPress Core

Changeset 25737


Ignore:
Timestamp:
10/09/2013 04:25:33 PM (11 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: remove unneeded .single-attachment body class selectors, props iamtakashi. Fixes #25541, see #25506.

File:
1 edited

Legend:

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

    r25736 r25737  
    10231023.error404 .page-header,
    10241024.error404 .page-content,
    1025 .single-attachment .entry-header,
    1026 .single-attachment .entry-content {
     1025.attachment .entry-content {
    10271026    padding-top: 0;
    10281027}
    1029 .single-attachment footer.entry-meta {
     1028.attachment footer.entry-meta {
    10301029    text-transform: none;
    10311030}
     
    24062405    }
    24072406    .full-width .entry-content img.size-full.alignnone,
    2408     .single-attachment .entry-content .attachment {
     2407    .attachment .entry-content .attachment {
    24092408        margin-right: -168px;
    24102409        margin-left: -168px;
    24112410        max-width: 810px;
    24122411    }
    2413     .single-attachment .entry-content .attachment img {
     2412    .attachment .entry-content .attachment img {
    24142413        margin: 0 auto;
    24152414    }
Note: See TracChangeset for help on using the changeset viewer.