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

git-svn-id: http://svn.automattic.com/wordpress/trunk@18383 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-06-30 20:46:21 +00:00
parent 6fae1a231e
commit beb8c892cf

View File

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