Ticket #23649: 23649.2.diff
File 23649.2.diff, 1.2 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentythirteen/style.css
1523 1523 .search .format-gallery .gallery-item img { 1524 1524 height: 100%; 1525 1525 max-height: 148px; 1526 max-width: 1000%;1526 max-width: none; 1527 1527 width: auto; 1528 1528 } 1529 1529 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 1530 1539 .blog .format-gallery .gallery-item:first-child, 1531 1540 .archive .format-gallery .gallery-item:first-child, 1532 1541 .search .format-gallery .gallery-item:first-child { … … 1540 1549 max-height: 300px; 1541 1550 } 1542 1551 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 1543 1559 .blog .format-gallery .gallery-item .gallery-icon, 1544 1560 .archive .format-gallery .gallery-item .gallery-icon, 1545 1561 .search .format-gallery .gallery-item .gallery-icon {