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
This commit is contained in:
Lance Willett 2015-05-11 21:01:28 +00:00
parent 91f4e6236e
commit d419db1fd7
1 changed files with 2 additions and 0 deletions

View File

@ -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 */
}