Changeset 3847 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/forms/_upload.scss
- Timestamp:
- 08/23/2016 10:35:28 PM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client
- Files:
-
- 1 edited
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/forms/_upload.scss
r3676 r3847 7 7 8 8 legend { 9 margin: 16px 0;10 9 margin: 1rem 0; 11 10 } … … 14 13 @extend .clear; 15 14 list-style-type: none; 16 margin: 0 0 32px;17 15 margin: 0 0 2rem; 18 16 19 17 li { 20 18 float: left; 21 padding: 8px 0;22 19 padding: 0.5rem 0; 23 20 width: 50%; … … 30 27 31 28 label { 32 @include font-size( ms-unitless( ms(-2) ));29 font-size: ms( -2 ); 33 30 } 34 31 }
Note: See TracChangeset
for help on using the changeset viewer.