Twenty Eleven without header text: Prevent the nav from overlapping the search box. props iandstewart, fixes #17949.

git-svn-id: https://develop.svn.wordpress.org/trunk@18383 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-06-30 20:46:21 +00:00
parent 18620b9c9b
commit c8b4955abb

View File

@ -670,7 +670,7 @@ a:hover {
bottom: -27px;
}
#branding .only-search + #access div {
padding-right: 160px;
padding-right: 205px;
}