Ticket #26189: 26189.4.diff
| File 26189.4.diff, 979 bytes (added by , 12 years ago) |
|---|
-
wp-content/themes/twentyfourteen/css/ie.css
928 928 font-size: 16px; 929 929 line-height: 45px; 930 930 text-transform: uppercase; 931 visibility: visible; 931 932 width: 200px; 932 933 } 933 934 -
wp-content/themes/twentyfourteen/style.css
979 979 980 980 .menu-toggle { 981 981 cursor: pointer; 982 font-size: 0;983 982 height: 48px; 984 983 margin: 0; 985 984 position: absolute; 986 985 top: 0; 987 986 right: 0; 988 987 text-align: center; 988 visibility: hidden; 989 989 width: 48px; 990 990 } 991 991 992 992 .menu-toggle:before { 993 993 color: #fff; 994 994 content: "\f419"; 995 margin-top: 16px; 995 position: relative; 996 top: -1px; 997 visibility: visible; 996 998 } 997 999 998 1000