From 7e678bbfce1633f54edad82a0e3658d3c47e8ffb Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 4 Jun 2014 17:31:15 +0000 Subject: [PATCH] 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 --- src/wp-content/themes/twentythirteen/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentythirteen/style.css b/src/wp-content/themes/twentythirteen/style.css index c455c65537..c573b66b49 100644 --- a/src/wp-content/themes/twentythirteen/style.css +++ b/src/wp-content/themes/twentythirteen/style.css @@ -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 {