Changeset 11386
- Timestamp:
- 12/17/2021 05:07:57 AM (3 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
r11136 r11386 67 67 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 68 68 69 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '2021 0719' );69 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20211217' ); 70 70 } 71 71 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r11132 r11386 582 582 /* Don't show the on-hover gravatar previews */ 583 583 body > .author-avatar, 584 body > #grav-throbber { 584 body > #grav-throbber, 585 body > a.grav-tilt-parent { 585 586 display: none; 586 587 }
Note: See TracChangeset
for help on using the changeset viewer.