Twenty Thirteen: fixed layout for search inputs, props kwight. Fixes #23679.

git-svn-id: https://develop.svn.wordpress.org/trunk@23620 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-05 18:47:29 +00:00
parent ec09b27a71
commit cc2340d683

View File

@ -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 */
}