Twenty Thirteen: fix layout issue with search form in older versions of Safari and Android. Fixes #24192, props iljoja.

git-svn-id: https://develop.svn.wordpress.org/trunk@28662 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2014-06-04 17:31:15 +00:00
parent 4cfc6c0cb0
commit 7e678bbfce

View File

@ -971,7 +971,7 @@ ul.nav-menu .focus > ul,
position: relative;
-webkit-transition: width 400ms ease, background 400ms ease;
transition: width 400ms ease, background 400ms ease;
width: 0;
width: 1px;
}
.site-header .search-field:focus {