Making WordPress.org

Changeset 1927


Ignore:
Timestamp:
09/30/2015 06:58:58 PM (10 years ago)
Author:
ocean90
Message:

WordPress.org Themes: Remove some obsolete CSS which breaks the sidebar on narrow screens.

Props ramiy.
Fixes #1271.

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

Legend:

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

    r1900 r1927  
    4545        $stylesheet = str_replace( '.css', '-rtl.css', $stylesheet );
    4646    }
    47     wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 4 );
     47    wp_enqueue_style( 'wporg-themes', $stylesheet, array(), 5 );
    4848
    4949    if ( ! is_singular( 'page' ) ) {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css

    r1775 r1927  
    547547.theme-wrap .theme-devs,
    548548.theme-wrap .theme-support,
     549.theme-wrap .theme-translations,
    549550.theme-wrap .theme-meta-info {
    550551    font-size: 1.4em;
     
    17161717        width: 100%;
    17171718    }
    1718 
    1719     .theme-wrap .theme-support,
    1720     .theme-wrap .theme-devs {
    1721         display: inline-block;
    1722         width: 47%;
    1723         vertical-align: top;
    1724     }
    1725 
    1726     .theme-wrap .theme-devs {
    1727         margin-right: 5%;
    1728     }
    17291719}
    17301720
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css

    r1900 r1927  
    17171717        width: 100%;
    17181718    }
    1719 
    1720     .theme-wrap .theme-support,
    1721     .theme-wrap .theme-devs {
    1722         display: inline-block;
    1723         width: 47%;
    1724         vertical-align: top;
    1725     }
    1726 
    1727     .theme-wrap .theme-devs {
    1728         margin-left: 5%;
    1729     }
    17301719}
    17311720
Note: See TracChangeset for help on using the changeset viewer.