Making WordPress.org

Changeset 2142


Ignore:
Timestamp:
11/30/2015 04:54:35 AM (10 years ago)
Author:
obenland
Message:

WordPress.org Themes: Prevent theme navigation from wrapping on small screens.

Props ramiy for initial patch.
Fixes #1054.

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

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style-rtl.css

    r2094 r2142  
    313313.theme-navigation .post-navigation {
    314314    float: left;
    315     width: 120px;
    316315}
    317316
     
    348347.theme-navigation .right,
    349348.theme-navigation .left {
    350     border: 0;
    351349    background-color: transparent;
    352350    border: 0;
     
    17931791    }
    17941792
     1793    .theme-navigation .close {
     1794        padding: 19px 12px;
     1795    }
     1796
     1797    .theme-navigation .close:before {
     1798        content: "";
     1799        margin: 0;
     1800    }
     1801
    17951802    /* Keep support and dev links stacked until they have enough room. */
    17961803
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/style.css

    r2094 r2142  
    313313.theme-navigation .post-navigation {
    314314    float: right;
    315     width: 120px;
    316315}
    317316
     
    348347.theme-navigation .right,
    349348.theme-navigation .left {
    350     border: 0;
    351349    background-color: transparent;
    352350    border: 0;
     
    17931791    }
    17941792
     1793    .theme-navigation .close {
     1794        padding: 19px 12px;
     1795    }
     1796
     1797    .theme-navigation .close:before {
     1798        content: "";
     1799        margin: 0;
     1800    }
     1801
    17951802    /* Keep support and dev links stacked until they have enough room. */
    17961803
Note: See TracChangeset for help on using the changeset viewer.