Changeset 23652
- Timestamp:
- 03/08/2013 05:01:33 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/style.css
r23651 r23652 1524 1524 height: 100%; 1525 1525 max-height: 148px; 1526 max-width: 1000%;1526 max-width: none; 1527 1527 width: auto; 1528 } 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%; 1528 1537 } 1529 1538 … … 1539 1548 .search .format-gallery .gallery-item:first-child img { 1540 1549 max-height: 300px; 1550 } 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; 1541 1557 } 1542 1558
Note: See TracChangeset
for help on using the changeset viewer.