Changeset 10239
- Timestamp:
- 09/08/2020 02:26:36 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
r10107 r10239 61 61 wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' ); 62 62 63 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200 731' );63 wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200908' ); 64 64 } 65 65 add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 ); -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
r10107 r10239 9 9 a[href*=".slack.com"] { 10 10 word-break: break-all; 11 display: inline-block; /* So that the slack link doesn't break unless absolutely needed. */ 11 12 } 12 13 a[href*=".slack.com"]::before {
Note: See TracChangeset
for help on using the changeset viewer.