Make WordPress Core

Ticket #23649: 23649.2.diff

File 23649.2.diff, 1.2 KB (added by obenland, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    15231523.search .format-gallery .gallery-item img {
    15241524        height: 100%;
    15251525        max-height: 148px;
    1526         max-width: 1000%;
     1526        max-width: none;
    15271527        width: auto;
    15281528}
    15291529
     1530.blog .format-gallery .gallery-item .portrait img,
     1531.archive .format-gallery .gallery-item .portrait img,
     1532.search .format-gallery .gallery-item .portrait img {
     1533        height: auto;
     1534        max-height: none;
     1535        max-width: 148px;
     1536        width: 100%;
     1537}
     1538
    15301539.blog .format-gallery .gallery-item:first-child,
    15311540.archive .format-gallery .gallery-item:first-child,
    15321541.search .format-gallery .gallery-item:first-child {
     
    15401549        max-height: 300px;
    15411550}
    15421551
     1552.blog .format-gallery .gallery-item:first-child .portrait img,
     1553.archive .format-gallery .gallery-item:first-child .portrait img,
     1554.search .format-gallery .gallery-item:first-child .portrait img {
     1555        max-height: none;
     1556        max-width: 300px;
     1557}
     1558
    15431559.blog .format-gallery .gallery-item .gallery-icon,
    15441560.archive .format-gallery .gallery-item .gallery-icon,
    15451561.search .format-gallery .gallery-item .gallery-icon {