Twenty Eleven: Fix "Skip to content" links appearance after [31464].

props davidakennedy.
fixes #32231.
Built from https://develop.svn.wordpress.org/trunk@33457


git-svn-id: http://core.svn.wordpress.org/trunk@33424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2015-07-28 11:14:24 +00:00
parent 13a1818d89
commit ca038394e9
2 changed files with 3 additions and 1 deletions

View File

@ -511,10 +511,12 @@ a:hover {
color: #1982d1; color: #1982d1;
clip: auto !important; clip: auto !important;
font-size: 12px; font-size: 12px;
height: auto;
position: absolute; position: absolute;
text-decoration: underline; text-decoration: underline;
top: 0; top: 0;
left: 7.6%; left: 7.6%;
width: auto;
} }

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.3-beta4-33456'; $wp_version = '4.3-beta4-33457';
/** /**
* 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.