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 a42b5dc78e
commit 86c5b28894
2 changed files with 3 additions and 1 deletions

View File

@ -521,10 +521,12 @@ a:hover {
color: #000; color: #000;
display: block; display: block;
font-size: 12px; font-size: 12px;
height: auto;
padding: 12px; padding: 12px;
position: absolute; position: absolute;
top: 5px; top: 5px;
left: 5px; left: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */ z-index: 100000; /* Above WP toolbar */
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @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. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.