Make WordPress Core

Changeset 23544


Ignore:
Timestamp:
03/01/2013 03:20:22 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: second pass at styles for attachment pages that are not images: hide sidebar and navigation link, better alignment of Edit link.

Closes #23632.

File:
1 edited

Legend:

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

    r23541 r23544  
    18061806}
    18071807
    1808 .attachment footer.entry-meta {
    1809     float: none;
    1810     max-width: 1040px;
    1811     padding: 24px 0;
    1812     text-align: right;
     1808.hentry.attachment:not(.image-attachment) .entry-meta {
     1809    max-width: 104px;
     1810}
     1811
     1812.attachment footer.entry-meta,
     1813.single-attachment .site-main .sidebar-container {
     1814    display: none;
    18131815}
    18141816
Note: See TracChangeset for help on using the changeset viewer.