Make WordPress Core

Ticket #25541: 25541.diff

File 25541.diff, 1.0 KB (added by iamtakashi, 13 years ago)
  • wp-content/themes/twentyfourteen/style.css

     
    10221022.page .entry-content,
    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}
    10321031.more-link,
     
    24052404                margin-right: -168px;
    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        }
    24162415        .full-width .entry-content blockquote.alignleft,