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:
parent
a42b5dc78e
commit
86c5b28894
|
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue