Making WordPress.org


Ignore:
Timestamp:
03/24/2020 02:43:10 AM (6 years ago)
Author:
dd32
Message:

Theme Directory: More responsive styling for the theme listing.

This should fix the stretched theme images in certain responsive sizes.

Props dufresnesteven.
Fixes #5110, #4499.

File:
1 edited

Legend:

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

    r9543 r9622  
    105105        }
    106106
    107         wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200227' );
     107        wp_enqueue_style( 'wporg-themes', get_theme_file_uri( '/css/style.css' ), [ 'dashicons', 'open-sans' ], '20200324' );
    108108        wp_style_add_data( 'wporg-themes', 'rtl', 'replace' );
    109109
Note: See TracChangeset for help on using the changeset viewer.