Changeset 3402 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss
- Timestamp:
- 06/17/2016 09:13:49 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
r3398 r3402 104 104 .section-toggle { 105 105 @extend a; 106 font-size: ms(-2);106 @include font-size( ms-unitless( ms(-2) ) ); 107 107 margin-top: 0.5rem; 108 108 position: relative; … … 118 118 .toggled + .section-toggle:after { 119 119 content: "\f343"; 120 } 121 122 .plugin-screenshots { 123 list-style-type: none; 124 margin: 0; 125 padding: 0; 126 127 figcaption { 128 font-style: italic; 129 } 120 130 } 121 131
Note: See TracChangeset
for help on using the changeset viewer.