Changeset 4742
- Timestamp:
- 01/19/2017 11:53:14 PM (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
r4716 r4742 47 47 48 48 // Cacheing hack 49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '201701 18a' );49 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20170120' ); 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
r4740 r4742 301 301 } 302 302 .page .o2-post .entry-content { 303 padding: 0; 304 } 305 306 pre code { 303 307 padding: 0; 304 308 } … … 583 587 584 588 .make-welcome .entry-content h4, 585 .make-welcome .entry-content h3, 589 .make-welcome .entry-content h3, 586 590 .make-welcome .entry-content h2 { 587 591 margin: 14px 0;
Note: See TracChangeset
for help on using the changeset viewer.