From 80b7fe4af775c334bc563ea09edd888c77c76768 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 24 Nov 2013 16:07:28 +0000 Subject: [PATCH] Twenty Fourteen: fix inconsistency with search-box padding. Props thomasguillot, fixes #26204. git-svn-id: https://develop.svn.wordpress.org/trunk@26357 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index fda4297821..8954338a26 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -884,7 +884,7 @@ span + .edit-link:before, .search-box { background-color: #41a62a; - padding: 12px 10px; + padding: 12px; } .search-box .search-field {