Make WordPress Core

Changeset 23700


Ignore:
Timestamp:
03/14/2013 10:11:41 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: hide gallery captions from small screens and when a gallery has 7 columns or more. Props kwight, fixes #23769.

File:
1 edited

Legend:

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

    r23698 r23700  
    13671367}
    13681368
     1369.gallery-columns-7 .gallery-caption,
     1370.gallery-columns-8 .gallery-caption,
     1371.gallery-columns-9 .gallery-caption {
     1372    display: none;
     1373}
     1374
     1375
    13691376/**
    13701377 * 5.5 Post Formats
     
    28812888        padding: 0;
    28822889        width: 100%;
     2890    }
     2891
     2892    .gallery-caption {
     2893        display: none;
    28832894    }
    28842895}
Note: See TracChangeset for help on using the changeset viewer.