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:
parent
13a1818d89
commit
ca038394e9
|
@ -511,10 +511,12 @@ a:hover {
|
|||
color: #1982d1;
|
||||
clip: auto !important;
|
||||
font-size: 12px;
|
||||
height: auto;
|
||||
position: absolute;
|
||||
text-decoration: underline;
|
||||
top: 0;
|
||||
left: 7.6%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @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.
|
||||
|
|
Loading…
Reference in New Issue