Changeset 3258
- Timestamp:
- 05/25/2016 10:55:12 PM (9 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/css/style.css
r3257 r3258 1521 1521 1522 1522 .single .site-main { 1523 padding: 1.5625rem 0; 1523 padding: 0 0 1.5625rem; 1524 } 1525 1526 @media (min-width: 67rem) { 1527 .single .site-main { 1528 padding: 1.5625rem 0; 1529 } 1524 1530 } 1525 1531 … … 1639 1645 } 1640 1646 1647 .single .type-plugin .plugin-banner + .plugin-header { 1648 padding-top: 0; 1649 } 1650 1641 1651 .single .type-plugin .plugin-header { 1642 1652 border-bottom: 2px solid #eee; 1643 padding: 01.5625rem 1.143rem;1653 padding: 1.5625rem 1.5625rem 1.143rem; 1644 1654 } 1645 1655 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_main.scss
r3193 r3258 15 15 16 16 .single & { 17 padding: ms(4) 0; 17 padding: 0 0 ms(4); 18 19 @media ( min-width: 67rem ) { 20 padding: ms(4) 0; 21 } 18 22 } 19 23 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
r3254 r3258 16 16 } 17 17 18 .plugin-banner + .plugin-header { 19 padding-top: 0; 20 } 21 18 22 .plugin-header { 19 23 @extend .clear; 20 24 border-bottom: 2px solid #eee; 21 padding: 0ms(4) ms(1);25 padding: ms(4) ms(4) ms(1); 22 26 23 27 @media ( min-width: 67rem ) {
Note: See TracChangeset
for help on using the changeset viewer.