Changeset 3633
- Timestamp:
- 07/07/2016 06:41:49 AM (9 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
r3632 r3633 7 7 8 8 // Cacheing hack 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160707 b' );9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160707c' ); 10 10 } 11 11 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3632 r3633 119 119 color: rgba(255, 255, 255, 0.8); 120 120 font-size: 14px; 121 } 122 123 #secondary-content .navigation-main { 124 margin-top: 32px; 125 text-align: left; 121 126 } 122 127
Note: See TracChangeset
for help on using the changeset viewer.