Making WordPress.org

Changeset 3619


Ignore:
Timestamp:
07/04/2016 07:05:07 AM (8 years ago)
Author:
pento
Message:

Breathe: Make the nav menu visible in the side bar on mobile devices.

See #1800.

File:
1 edited

Legend:

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

    r3618 r3619  
    121121    color: rgba(255, 255, 255, 0.8);
    122122    font-size: 14px;
     123}
     124
     125#secondary-content .navigation-main ul li {
     126    display: block;
     127    float: left;
     128    width: 100%;
     129}
     130
     131#secondary-content .navigation-main a {
     132    color: #0073aa;
     133}
     134
     135#secondary-content .navigation-main ul li:hover > a,
     136#secondary-content .navigation-main ul li.current-menu-item a {
    123137}
    124138
Note: See TracChangeset for help on using the changeset viewer.