Changeset 3647
- Timestamp:
- 07/08/2016 02:06:12 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
r3646 r3647 7 7 8 8 // Cacheing hack 9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2016070 7g' );9 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160708' ); 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
r3645 r3647 169 169 170 170 #page { 171 overflow-x: hidden; 172 } 173 174 body.responsive-show #page { 171 175 overflow-x: visible; 172 176 } … … 421 425 .make-welcome .first-column, 422 426 .make-welcome .second-column { 423 width: 100%;427 width: auto; 424 428 float: none; 425 429 clear: both;
Note: See TracChangeset
for help on using the changeset viewer.