Make WordPress Core

Changeset 22294


Ignore:
Timestamp:
10/25/2012 04:01:23 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: fix style for links in gallery captions wrapping to next line, props DrewAPicture. Fixes #22227.

File:
1 edited

Legend:

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

    r22211 r22294  
    359359    margin: 0;
    360360}
     361.gallery-item a,
     362.gallery-caption {
     363    width: 90%;
     364}
    361365.gallery-item a {
    362366    display: block;
    363     width: 90%;
     367}
     368.gallery-caption a {
     369    display: inline;
    364370}
    365371.gallery-columns-1 .gallery-item a {
Note: See TracChangeset for help on using the changeset viewer.