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.