Changeset 4691
- Timestamp:
- 01/16/2017 02:39:02 AM (8 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
r4689 r4691 47 47 48 48 // Cacheing hack 49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2017011 3b' );49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170116' ); 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
r4661 r4691 724 724 } 725 725 726 .wordcamp-handbook .o2-post { 727 border-top: 0; 728 } 729 730 .wordcamp-handbook .entry-content { 731 padding-top: 0; 732 } 733 734 .wordcamp-handbook nav.o2-post-actions button, 735 .wordcamp-handbook nav.o2-post-actions ul { 736 top: 12px; 737 } 738 726 739 /** Table of Contents */ 727 740 .post-type-archive-handbook div.table-of-contents,
Note: See TracChangeset
for help on using the changeset viewer.