From d419db1fd7355dc90bc2542476991acb4423ad58 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Mon, 11 May 2015 21:01:28 +0000 Subject: [PATCH] Twenty Twelve: fix content skip link appearance. Props davidakennedy, fixes #32232. Built from https://develop.svn.wordpress.org/trunk@32486 git-svn-id: http://core.svn.wordpress.org/trunk@32456 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index fb6bf14c4..868f95a94 100644 --- a/style.css +++ b/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 */ }