Changeset 3585
- Timestamp:
- 06/26/2016 12:10:24 PM (10 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
r3582 r3585 6 6 7 7 // Cacheing hack 8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626 b' );8 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160626c' ); 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
r3584 r3585 32 32 box-sizing: border-box; 33 33 margin: 0 auto; 34 max-width: 960px; 34 35 padding: 0 10px; 35 36 }
Note: See TracChangeset
for help on using the changeset viewer.