Make WordPress Core

Changeset 23559


Ignore:
Timestamp:
03/01/2013 04:44:46 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: display caption in galleries. Fixes #23584.

File:
1 edited

Legend:

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

    r23557 r23559  
    13371337
    13381338.gallery-caption {
    1339     display: none;
     1339    color: #777;
     1340    font-size: 14px;
     1341    font-style: italic;
     1342    padding-top: 4px;
     1343}
     1344
     1345.gallery-caption {
     1346    width: 90%;
    13401347}
    13411348
Note: See TracChangeset for help on using the changeset viewer.