Making WordPress.org


Ignore:
Timestamp:
07/31/2020 12:24:10 AM (6 years ago)
Author:
dd32
Message:

Breathe: Try setting <code> font-size to 0.9em.

Props ocean90, audrasjb.
See #5341.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/functions.php

    r10103 r10107  
    6161        wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' );
    6262
    63         wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200729' );
     63        wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200731' );
    6464}
    6565add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset for help on using the changeset viewer.