Changeset 10082
- Timestamp:
- 07/20/2020 05:44:48 AM (5 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
- Files:
-
- 2 edited
-
functions.php (modified) (1 diff)
-
style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php
r9909 r10082 62 62 63 63 // Cacheing hack 64 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200 524' );64 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200720' ); 65 65 } 66 66 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r9908 r10082 8 8 /* Show a Slack icon in front of Slack links. */ 9 9 a[href*=".slack.com"] { 10 w hite-space: nowrap;10 word-break: break-all; 11 11 } 12 12 a[href*=".slack.com"]::before {
Note: See TracChangeset
for help on using the changeset viewer.