Making WordPress.org


Ignore:
Timestamp:
04/23/2018 02:50:28 AM (8 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress: bump CSS versions, tweak codex activity styling for mobile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/functions.php

    r1644 r7157  
    55 */
    66function bpcodex_register_stylesheet() {
    7     wp_enqueue_style( 'bp-codex-screen', get_stylesheet_directory_uri() . '/screen.css', false, '2.0.9', 'screen' );
     7    wp_enqueue_style( 'bp-codex-screen', get_stylesheet_directory_uri() . '/screen.css', false, '201804220020', 'screen' );
    88    wp_enqueue_style( 'google-font-source', 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700', false, '1.0', 'all' );
    99}
Note: See TracChangeset for help on using the changeset viewer.