diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index fb6bf14c4a..868f95a94e 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -521,10 +521,12 @@ a:hover { color: #000; display: block; font-size: 12px; + height: auto; padding: 12px; position: absolute; top: 5px; left: 5px; + width: auto; z-index: 100000; /* Above WP toolbar */ } diff --git a/wp-includes/version.php b/wp-includes/version.php index 3be157671d..00b073675f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32485'; +$wp_version = '4.3-alpha-32486'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.