From 4aa95958248191e0824345929513095de6e47e75 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 11 May 2015 21:00:08 +0000 Subject: [PATCH] Twenty Twelve: fix content skip link appearance. Props davidakennedy, fixes #32232. git-svn-id: https://develop.svn.wordpress.org/trunk@32486 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentytwelve/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-content/themes/twentytwelve/style.css b/src/wp-content/themes/twentytwelve/style.css index fb6bf14c4a..868f95a94e 100644 --- a/src/wp-content/themes/twentytwelve/style.css +++ b/src/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 */ }