From 377714954f4cc7de250c864dba786a09a82ca611 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 5 Mar 2013 18:47:29 +0000 Subject: [PATCH] Twenty Thirteen: fixed layout for search inputs, props kwight. Fixes #23679. git-svn-id: http://core.svn.wordpress.org/trunk@23620 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 0d6b6e1694..09450e575a 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -387,9 +387,6 @@ input[type="radio"] { input[type="search"] { -webkit-appearance: textfield; - -webkit-box-sizing: content-box; - -moz-box-sizing: content-box; - box-sizing: content-box; padding-right: 2px; /* Don't cut off the webkit search cancel button */ }