Changeset 3459 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 06/19/2016 10:47:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3454 r3459 17 17 vertical-align: middle; 18 18 width: 100%; 19 } 20 21 .plugin-banner + .plugin-header {22 padding-top: 0;19 20 @media screen and ( min-width: 60em ) { 21 margin-top: ms(4); 22 } 23 23 } 24 24 … … 26 26 @extend .clear; 27 27 border-bottom: 2px solid #eee; 28 padding -bottom: ms(1);28 padding: ms(1) ms(4); 29 29 30 30 .plugin-thumbnail { … … 63 63 } 64 64 65 .plugin-banner + .plugin-header { 66 padding-top: 0; 67 } 68 69 .entry-content, 70 .entry-meta { 71 padding: 0 ms(4); 72 } 73 65 74 .entry-content { 66 75 max-width: 768px; … … 256 265 257 266 @media screen and ( min-width: $ms-breakpoint ) { 267 .plugin-header, 268 .entry-content, 269 .entry-meta { 270 padding-left: 0; 271 padding-right: 0; 272 } 273 258 274 .entry-meta { 259 275 float: right;
Note: See TracChangeset
for help on using the changeset viewer.