Changeset 10103
- Timestamp:
- 07/29/2020 08:41:09 AM (4 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
r10082 r10103 61 61 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 62 62 63 // Cacheing hack 64 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200720' ); 63 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200729' ); 65 64 } 66 65 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r10082 r10103 470 470 .o2-post #searchform:last-child { 471 471 margin-bottom: 5em; 472 } 473 474 pre, code { 475 font-size: initial; 476 } 477 code { 478 padding: 0.1em .25em; 472 479 } 473 480
Note: See TracChangeset
for help on using the changeset viewer.