Changeset 3405 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 06/17/2016 09:41:00 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
r3403 r3405 85 85 text-transform: uppercase; 86 86 87 &: first-of-type{87 &:nth-child(2) { 88 88 margin-top: 0; 89 89 } … … 96 96 text-transform: uppercase; 97 97 98 &: first-of-type{98 &:nth-child(2) { 99 99 margin-top: 0; 100 100 } 101 } 102 103 h2:first-of-type { 104 @include font-size( ms-unitless( ms(2) ) ); 105 106 // Override wp4.css. 107 border: none; 108 color: $color__text-main; 109 font-weight: 600; 110 padding: 0; 101 111 } 102 112
Note: See TracChangeset
for help on using the changeset viewer.