Changeset 4425
- Timestamp:
- 11/26/2016 04:30:18 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/style.scss
r4410 r4425 9 9 &#description { 10 10 max-height: 400px; 11 12 &.toggled { 13 max-height: none; 14 } 11 15 } 12 16 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4410 r4425 2573 2573 } 2574 2574 2575 .section.read-more#description.toggled { 2576 max-height: none; 2577 } 2578 2575 2579 .section.read-more.toggled { 2576 2580 max-height: none; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4410 r4425 2573 2573 } 2574 2574 2575 .section.read-more#description.toggled { 2576 max-height: none; 2577 } 2578 2575 2579 .section.read-more.toggled { 2576 2580 max-height: none;
Note: See TracChangeset
for help on using the changeset viewer.