Make WordPress Core

Changeset 24285


Ignore:
Timestamp:
05/17/2013 07:22:39 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: ensure galleries are displayed correctly (centered) on both single and indexed views, props obenland. See #24307.

File:
1 edited

Legend:

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

    r24281 r24285  
    12451245}
    12461246
    1247 .single .gallery-columns-1.gallery-size-medium,
    1248 .single .gallery-columns-1.gallery-size-thumbnail,
    1249 .single .gallery-columns-2.gallery-size-thumbnail,
    1250 .single .gallery-columns-3.gallery-size-thumbnail {
     1247.gallery-columns-1.gallery-size-medium,
     1248.gallery-columns-1.gallery-size-thumbnail,
     1249.gallery-columns-2.gallery-size-thumbnail,
     1250.gallery-columns-3.gallery-size-thumbnail {
    12511251    display: table;
    12521252    margin: 0 auto 20px;
     
    15331533.search .format-gallery .gallery {
    15341534    margin-bottom: 20px;
     1535    margin-left: -4px;
    15351536    max-width: 608px;
    15361537}
Note: See TracChangeset for help on using the changeset viewer.