Changeset 9623
- Timestamp:
- 03/24/2020 05:38:19 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
r9556 r9623 99 99 100 100 // Cacheing hack 101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '202003 01' );101 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200324' ); 102 102 } 103 103 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r9553 r9623 547 547 } 548 548 549 .author-avatar img.avatar:hover {550 border-radius: 0 !important;551 }552 553 549 article.post a.author-avatar img.avatar, 554 550 article#post-new a.author-avatar img.avatar, … … 557 553 width: 50px !important; 558 554 } 555 556 /* Don't show the on-hover gravatar previews */ 557 body > .author-avatar, 558 body > #grav-throbber { 559 display: none; 560 } 561 559 562 560 563 /* See .entry-meta .entry-date */
Note: See TracChangeset
for help on using the changeset viewer.