Changeset 3580
- Timestamp:
- 06/26/2016 10:25:28 AM (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
r3577 r3580 6 6 7 7 // Cacheing hack 8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626 ' );8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626a' ); 9 9 } 10 10 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 9 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r3576 r3580 189 189 190 190 /* 191 * Resolved/unresolved 192 */ 193 article.state-resolved, 194 article.state-unresolved { 195 border-top: 0; 196 } 197 198 /* 191 199 * Private post status 192 200 */
Note: See TracChangeset
for help on using the changeset viewer.