Make WordPress Core

Ticket #23584: 23584.2.diff

File 23584.2.diff, 539 bytes (added by lancewillett, 12 years ago)

Adds styling for caption text and alignment

  • wp-content/themes/twentythirteen/style.css

     
    13361336}
    13371337
    13381338.gallery-caption {
    1339         display: none;
     1339        color: #777;
     1340        font-size: 14px;
     1341        font-style: italic;
     1342        padding-top: 4px;
    13401343}
    13411344
     1345.gallery-caption {
     1346        width: 90%;
     1347}
    13421348
     1349
    13431350/**
    13441351 * 5.6 Post Formats
    13451352 * ----------------------------------------------------------------------------