Changeset 6272
- Timestamp:
- 12/14/2017 11:18:05 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r6172 r6272 47 47 48 48 // Cacheing hack 49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20171 127' );49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20171214' ); 50 50 } 51 51 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r6171 r6272 368 368 } 369 369 370 aside[id^="handbook"] .widget-title { 370 aside[id^="handbook"] .widget-title, 371 aside[id^="nav_menu"] .widget-title { 371 372 font-size: 16px; 372 373 text-transform: uppercase; … … 1137 1138 /** Menu */ 1138 1139 1139 #secondary aside.widget_wporg_handbook_pages { 1140 #secondary aside.widget_wporg_handbook_pages, 1141 #secondary aside.widget_nav_menu { 1140 1142 font-size: 16px; 1141 1143 }
Note: See TracChangeset
for help on using the changeset viewer.