Making WordPress.org

Changeset 3647


Ignore:
Timestamp:
07/08/2016 02:06:12 AM (10 years ago)
Author:
pento
Message:

Breathe: remove horizontal scroll in Safari.

Fixes #1815.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe
Files:
2 edited

Legend:

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

    r3646 r3647  
    77
    88        // Cacheing hack
    9         wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160707g' );
     9        wp_enqueue_style( 'wporg-breathe', get_stylesheet_uri(), array( 'p2-breathe' ), '20160708' );
    1010}
    1111add_action( 'wp_enqueue_scripts', __NAMESPACE__ . '\styles', 11 );
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    r3645 r3647  
    169169
    170170        #page {
     171                overflow-x: hidden;
     172        }
     173       
     174        body.responsive-show #page {
    171175                overflow-x: visible;
    172176        }
     
    421425        .make-welcome .first-column,
    422426        .make-welcome .second-column {
    423                 width: 100%;
     427                width: auto;
    424428                float: none;
    425429                clear: both;
Note: See TracChangeset for help on using the changeset viewer.