Changeset 3402
- Timestamp:
- 06/17/2016 09:13:49 AM (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-rtl.css
r3398 r3402 2064 2064 2065 2065 .single .type-plugin .entry-content .section-toggle { 2066 font-size: 12.8px; 2066 2067 font-size: 0.8rem; 2067 2068 margin-top: 0.5rem; … … 2078 2079 .single .type-plugin .entry-content .toggled + .section-toggle:after { 2079 2080 content: "\f343"; 2081 } 2082 2083 .single .type-plugin .entry-content .plugin-screenshots { 2084 list-style-type: none; 2085 margin: 0; 2086 padding: 0; 2087 } 2088 2089 .single .type-plugin .entry-content .plugin-screenshots figcaption { 2090 font-style: italic; 2080 2091 } 2081 2092 -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3398 r3402 2064 2064 2065 2065 .single .type-plugin .entry-content .section-toggle { 2066 font-size: 12.8px; 2066 2067 font-size: 0.8rem; 2067 2068 margin-top: 0.5rem; … … 2078 2079 .single .type-plugin .entry-content .toggled + .section-toggle:after { 2079 2080 content: "\f343"; 2081 } 2082 2083 .single .type-plugin .entry-content .plugin-screenshots { 2084 list-style-type: none; 2085 margin: 0; 2086 padding: 0; 2087 } 2088 2089 .single .type-plugin .entry-content .plugin-screenshots figcaption { 2090 font-style: italic; 2080 2091 } 2081 2092 -
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.