Making WordPress.org


Ignore:
Timestamp:
07/29/2020 08:41:09 AM (5 years ago)
Author:
dd32
Message:

Breathe: Use a more reasonable font-size for <code> tags.

The previous font-size was 11px, which was 2px smaller than the default paragraph font, seemingly to allow for the extra padding around the text.

Fixes #5341.

File:
1 edited

Legend:

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

    r10082 r10103  
    6161    wp_enqueue_style( 'p2-breathe', get_template_directory_uri() . '/style.css' );
    6262
    63     // Cacheing hack
    64     wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200720' );
     63    wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20200729' );
    6564}
    6665add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
Note: See TracChangeset for help on using the changeset viewer.