Make WordPress Core

Changeset 26661


Ignore:
Timestamp:
12/05/2013 06:12:24 AM (12 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: partial revert of r26558 to avoid blocking access to the Menu Toggle in IE when in small viewports. See #26189 and #26379.

Location:
trunk/src/wp-content/themes/twentyfourteen
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/css/ie.css

    r26642 r26661  
    946946    line-height: 45px;
    947947    text-transform: uppercase;
    948     visibility: visible;
    949948    width: 200px;
    950949}
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r26658 r26661  
    986986.menu-toggle {
    987987    cursor: pointer;
     988    font-size: 0;
    988989    height: 48px;
    989990    margin: 0;
     
    993994    right: 0;
    994995    text-align: center;
    995     visibility: hidden;
    996996    width: 48px;
    997997}
     
    10001000    color: #fff;
    10011001    content: "\f419";
    1002     position: relative;
    1003     top: -1px;
    1004     visibility: visible;
     1002    margin-top: 16px;
    10051003}
    10061004
Note: See TracChangeset for help on using the changeset viewer.