Changeset 4454
- Timestamp:
- 12/01/2016 05:26:54 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
r4453 r4454 19 19 } 20 20 21 .image-gallery-thumbnails-container {22 max-height: 100px;23 }24 25 21 .image-gallery-thumbnail { 26 22 vertical-align: top; … … 32 28 33 29 .image-gallery-thumbnails { 34 overflow -x: hidden;30 overflow: hidden; 35 31 } 36 32 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4453 r4454 2591 2591 } 2592 2592 2593 .plugin-screenshots .image-gallery-thumbnails-container {2594 max-height: 100px;2595 }2596 2597 2593 .plugin-screenshots .image-gallery-thumbnail { 2598 2594 vertical-align: top; … … 2604 2600 2605 2601 .plugin-screenshots .image-gallery-thumbnails { 2606 overflow -x: hidden;2602 overflow: hidden; 2607 2603 } 2608 2604 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4453 r4454 2591 2591 } 2592 2592 2593 .plugin-screenshots .image-gallery-thumbnails-container {2594 max-height: 100px;2595 }2596 2597 2593 .plugin-screenshots .image-gallery-thumbnail { 2598 2594 vertical-align: top; … … 2604 2600 2605 2601 .plugin-screenshots .image-gallery-thumbnails { 2606 overflow -x: hidden;2602 overflow: hidden; 2607 2603 } 2608 2604
Note: See TracChangeset
for help on using the changeset viewer.