Changeset 4653
- Timestamp:
- 01/13/2017 01:13:54 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r4652 r4653 47 47 48 48 // Cacheing hack 49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170113 ' );49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170113a' ); 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
r4652 r4653 909 909 border-left: 5px solid #0073aa; 910 910 } 911 .menu-table-of-contents-container .current-menu-ancestor ul,912 911 .menu-table-of-contents-container ul.default-open { 913 912 display: block !important; 913 } 914 .menu-table-of-contents-container .current-menu-item ul, 915 .menu-table-of-contents-container .current-menu-ancestor ul { 916 display: block; 914 917 } 915 918 .menu-table-of-contents-container .children {
Note: See TracChangeset
for help on using the changeset viewer.