Changeset 3397
- Timestamp:
- 06/17/2016 07:53:09 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/css/style-rtl.css
r3394 r3397 1464 1464 @media screen and (min-width: 48em) { 1465 1465 .home .widget-area { 1466 padding: 0 0 3.0517578125rem 0;1466 padding: 0 10px 3.0517578125rem; 1467 1467 } 1468 1468 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3394 r3397 1464 1464 @media screen and (min-width: 48em) { 1465 1465 .home .widget-area { 1466 padding: 0 0 3.0517578125rem 0;1466 padding: 0 10px 3.0517578125rem; 1467 1467 } 1468 1468 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss
r3353 r3397 12 12 13 13 @media screen and ( min-width: $ms-breakpoint ) { 14 padding: 0 0 ms(10) 0;14 padding: 0 10px ms(10); 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.