From beb8c892cf0e82ab5730418dd42191a93a37cce6 Mon Sep 17 00:00:00 2001 From: nacin Date: Thu, 30 Jun 2011 20:46:21 +0000 Subject: [PATCH] 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 --- wp-content/themes/twentyeleven/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-content/themes/twentyeleven/style.css b/wp-content/themes/twentyeleven/style.css index 7854b20632..491dc7d5d8 100644 --- a/wp-content/themes/twentyeleven/style.css +++ b/wp-content/themes/twentyeleven/style.css @@ -670,7 +670,7 @@ a:hover { bottom: -27px; } #branding .only-search + #access div { - padding-right: 160px; + padding-right: 205px; }