Changeset 4466
- Timestamp:
- 12/04/2016 04:54:39 PM (8 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/components/widget-area/widgets/style.scss
r4223 r4466 20 20 } 21 21 } 22 23 .entry-meta .widget-title { 24 font-size: ms( 2 ); 25 26 // Override wp4.css. 27 border: none; 28 color: $color__text-main; 29 font-weight: 600; 30 padding: 0; 31 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/_components.scss
r4393 r4466 10 10 @import "../components/plugin/plugin-banner/style"; 11 11 @import "../components/plugin/sections/changelog/style"; 12 @import "../components/plugin/sections/committers/style"; 12 13 @import "../components/plugin/sections/developers/style"; 13 14 @import "../components/plugin/sections/faq/style"; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r4454 r4466 2221 2221 } 2222 2222 2223 .contributors-list { 2224 list-style: none; 2225 margin: 0; 2226 font-size: 0.9em; 2227 } 2228 2229 .contributors-list li { 2230 padding-bottom: 0.5em; 2231 } 2232 2223 2233 .plugin-developers { 2224 2234 list-style-type: none; … … 3338 3348 } 3339 3349 3350 .entry-meta .widget-title { 3351 font-size: 20px; 3352 font-size: 1.25rem; 3353 border: none; 3354 color: #32373c; 3355 font-weight: 600; 3356 padding: 0; 3357 } 3358 3340 3359 .plugin-support { 3341 3360 font-size: 12.8px; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r4454 r4466 2221 2221 } 2222 2222 2223 .contributors-list { 2224 list-style: none; 2225 margin: 0; 2226 font-size: 0.9em; 2227 } 2228 2229 .contributors-list li { 2230 padding-bottom: 0.5em; 2231 } 2232 2223 2233 .plugin-developers { 2224 2234 list-style-type: none; … … 3338 3348 } 3339 3349 3350 .entry-meta .widget-title { 3351 font-size: 20px; 3352 font-size: 1.25rem; 3353 border: none; 3354 color: #32373c; 3355 font-weight: 600; 3356 padding: 0; 3357 } 3358 3340 3359 .plugin-support { 3341 3360 font-size: 12.8px; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-sidebar.php
r4263 r4466 11 11 12 12 $widget_args = array( 13 'before_title' => '<h 4class="widget-title">',14 'after_title' => '</h 4>',13 'before_title' => '<h3 class="widget-title">', 14 'after_title' => '</h3>', 15 15 ); 16 16
Note: See TracChangeset
for help on using the changeset viewer.