Changeset 3634
- Timestamp:
- 07/07/2016 07:10:04 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
r3633 r3634 7 7 8 8 // Cacheing hack 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160707 c' );9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160707d' ); 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
r3633 r3634 160 160 .page .o2-app-page-title { 161 161 color: inherit; 162 } 163 164 @media (max-width: 876px) { 165 body.responsive-show { 166 overflow-y: visible; 167 position: static; 168 } 169 170 #page { 171 overflow-x: visible; 172 } 162 173 } 163 174
Note: See TracChangeset
for help on using the changeset viewer.