From 7d6308c3c796eecc2a1d4b741eaa824babb4ac21 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 13 Sep 2021 20:41:56 +0000 Subject: [PATCH] Twenty Eleven: Set a fixed height for search form when header image is added. This ensures that the search form does not collide with the menu on smaller screens. Props sabernhardt, fedepia, Soean, lukecavanagh, mukesh27. Fixes #40398. Built from https://develop.svn.wordpress.org/trunk@51807 git-svn-id: http://core.svn.wordpress.org/trunk@51414 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyeleven/style.css | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 46afe60b61..f63975c648 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -701,6 +701,7 @@ a.assistive-text:focus, top: auto; bottom: -27px; max-width: 195px; + height: 32px; } #branding .only-search + #access div { padding-right: 205px; diff --git a/wp-includes/version.php b/wp-includes/version.php index bbea4f8dcd..219bd205a6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51806'; +$wp_version = '5.9-alpha-51807'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.