From 7a53e007ec2f39586f73f5732fe13a6b28d209fd Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 8 Jun 2014 18:23:06 +0000 Subject: [PATCH] Twenty Fourteen: fix menu toggle display on older Android devices. Props obenland, DavidTheMachine. Fixes #27456. git-svn-id: https://develop.svn.wordpress.org/trunk@28698 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 1e62ac5917..aac392284e 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1007,7 +1007,6 @@ span + .edit-link:before, background-color: #000; border-radius: 0; cursor: pointer; - font-size: 0; height: 48px; margin: 0; overflow: hidden; @@ -1022,8 +1021,7 @@ span + .edit-link:before, .menu-toggle:before { color: #fff; content: "\f419"; - display: inline; - margin-top: 16px; + padding: 15px; } .menu-toggle:active,