From 87f306aa817c9f32a38ffb178ed513548179e50b Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Mon, 16 Jun 2014 14:00:15 +0000 Subject: [PATCH] Twenty Fourteen: Adjust spacing for menu toggle button to avoid overflowing accented characters. Broken in [28698]. props schoenwaldnils. fixes #27456. git-svn-id: https://develop.svn.wordpress.org/trunk@28756 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index aac392284e..0755fb8c43 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1021,7 +1021,7 @@ span + .edit-link:before, .menu-toggle:before { color: #fff; content: "\f419"; - padding: 15px; + padding: 16px; } .menu-toggle:active, @@ -1386,7 +1386,7 @@ a.post-thumbnail:hover { -webkit-font-smoothing: antialiased; content: '\f452'; display: inline-block; - font: normal 48px/1 Genericons; + font: normal 48px/1 Genericons; position: absolute; top: 0; left: 10px;