Making WordPress.org

Ticket #2790: 2790.3.diff

File 2790.3.diff, 1.8 KB (added by noisysocks, 7 years ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/client/styles/elements/_elements.scss
    index 4d2530bb..3ef6b665 100644
    blockquote, q { 
    2525
    2626blockquote {
    2727        // Override wp4.css.
    28         background: transparent;
     28        background: $color__background-pre;
    2929        border: none;
    30         padding: 0;
    3130
    32         border-left: 2px solid $color__border;
    3331        color: #82878c;
    3432        font-style: italic;
    3533        margin: 1rem 0;
    36         padding-left: 1rem;
     34        padding: 1rem 2rem;
    3735
    3836        cite {
    3937                font-size: ms( -2 );
  • wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/functions.php
    index f5f6eff7..5996acc8 100644
    add_action( 'after_setup_theme', __NAMESPACE__ . '\content_width', 0 ); 
    5757 */
    5858function scripts() {
    5959        $suffix = is_rtl() ? '-rtl' : '';
    60         wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171016' );
     60        wp_enqueue_style( 'wporg-plugins-style', get_template_directory_uri() . "/css/style{$suffix}.css", array(), '20171124' );
    6161
    6262        wp_enqueue_script( 'wporg-plugins-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20151215', true );
    6363        wp_enqueue_script( 'wporg-plugins-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20151215', true );