diff --git a/src/wp-content/themes/twentyfourteen/css/ie.css b/src/wp-content/themes/twentyfourteen/css/ie.css index d63ff555d3..96a377781b 100644 --- a/src/wp-content/themes/twentyfourteen/css/ie.css +++ b/src/wp-content/themes/twentyfourteen/css/ie.css @@ -945,7 +945,6 @@ a.post-thumbnail:hover { font-size: 16px; line-height: 45px; text-transform: uppercase; - visibility: visible; width: 200px; } diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index daaf000bff..b3f314826a 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -985,6 +985,7 @@ span + .edit-link:before, .menu-toggle { cursor: pointer; + font-size: 0; height: 48px; margin: 0; overflow: hidden; @@ -992,16 +993,13 @@ span + .edit-link:before, top: 0; right: 0; text-align: center; - visibility: hidden; width: 48px; } .menu-toggle:before { color: #fff; content: "\f419"; - position: relative; - top: -1px; - visibility: visible; + margin-top: 16px; }