Twenty Twelve: fix content skip link appearance.
Props davidakennedy, fixes #32232. git-svn-id: https://develop.svn.wordpress.org/trunk@32486 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
297a4eae48
commit
4aa9595824
@ -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 */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user