diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 155f09dcdb..6d369e35e2 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -511,10 +511,12 @@ a:hover { color: #1982d1; clip: auto !important; font-size: 12px; + height: auto; position: absolute; text-decoration: underline; top: 0; left: 7.6%; + width: auto; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 15afd9d2f3..b37262d97d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta4-33456'; +$wp_version = '4.3-beta4-33457'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.