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

props davidakennedy.
fixes #32231.

git-svn-id: https://develop.svn.wordpress.org/trunk@33457 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2015-07-28 11:13:21 +00:00
parent 6c6dc814a3
commit ecd1ceccdc

View File

@ -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;
}