Changeset 4453
- Timestamp:
- 12/01/2016 05:06:30 AM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/plugin/sections/screenshots/style.scss
r4375 r4453 25 25 .image-gallery-thumbnail { 26 26 vertical-align: top; 27 28 img { 29 max-height: 100px; // See #2274 30 } 31 } 32 33 .image-gallery-thumbnails { 34 overflow-x: hidden; 27 35 } 28 36 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4442 r4453 2599 2599 } 2600 2600 2601 .plugin-screenshots .image-gallery-thumbnail img { 2602 max-height: 100px; 2603 } 2604 2605 .plugin-screenshots .image-gallery-thumbnails { 2606 overflow-x: hidden; 2607 } 2608 2601 2609 .section.read-more { 2602 2610 border-bottom: 2px solid #eee; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4442 r4453 2599 2599 } 2600 2600 2601 .plugin-screenshots .image-gallery-thumbnail img { 2602 max-height: 100px; 2603 } 2604 2605 .plugin-screenshots .image-gallery-thumbnails { 2606 overflow-x: hidden; 2607 } 2608 2601 2609 .section.read-more { 2602 2610 border-bottom: 2px solid #eee;
Note: See TracChangeset
for help on using the changeset viewer.