Changeset 3428
- Timestamp:
- 06/18/2016 01:04:01 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3427 r3428 2137 2137 } 2138 2138 2139 .single .type-plugin .entry-content .read-more#reviews { 2140 max-height: none; 2141 overflow: auto; 2142 } 2143 2139 2144 .single .type-plugin .entry-content .read-more h1, .single .type-plugin .entry-content .read-more h2, .single .type-plugin .entry-content .read-more h3 { 2140 2145 font-size: 16px; … … 2198 2203 2199 2204 .single .type-plugin .entry-content .reviews-link { 2205 display: inline-block; 2200 2206 font-size: 12.8px; 2201 2207 font-size: 0.8rem; 2202 2208 margin-top: 0.5rem; 2203 position: relative;2204 2209 } 2205 2210 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3427 r3428 2137 2137 } 2138 2138 2139 .single .type-plugin .entry-content .read-more#reviews { 2140 max-height: none; 2141 overflow: auto; 2142 } 2143 2139 2144 .single .type-plugin .entry-content .read-more h1, .single .type-plugin .entry-content .read-more h2, .single .type-plugin .entry-content .read-more h3 { 2140 2145 font-size: 16px; … … 2198 2203 2199 2204 .single .type-plugin .entry-content .reviews-link { 2205 display: inline-block; 2200 2206 font-size: 12.8px; 2201 2207 font-size: 0.8rem; 2202 2208 margin-top: 0.5rem; 2203 position: relative;2204 2209 } 2205 2210 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3427 r3428 76 76 border-bottom: 2px solid #eee; 77 77 max-height: 200px; 78 overflow: hidden;78 overflow: hidden; 79 79 padding-bottom: 1px; 80 81 &#reviews { 82 max-height: none; 83 overflow: auto; 84 } 80 85 81 86 h1, h2, h3 { … … 140 145 141 146 .reviews-link { 147 display: inline-block; 142 148 @include font-size( ms-unitless( ms(-2) ) ); 143 149 margin-top: 0.5rem; 144 position: relative;145 150 146 151 &:after { -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php
r3427 r3428 76 76 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Ratings', array(), $widget_args ); 77 77 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Support', array(), $widget_args ); 78 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate', array(), $widget_args );78 the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate', array(), $widget_args ); 79 79 ?> 80 80 </div><!-- .entry-meta -->
Note: See TracChangeset
for help on using the changeset viewer.