From e1acdbf40f30abd575c1e74e426315b2ba276d3d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 14 Mar 2013 17:36:39 +0000 Subject: [PATCH] Twenty Thirteen: a bit wider search input in main content area. Props obenland, fixes #23765. Also clean out one case of unneeded "px" value unit. git-svn-id: http://core.svn.wordpress.org/trunk@23697 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentythirteen/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-content/themes/twentythirteen/style.css b/wp-content/themes/twentythirteen/style.css index 75ee03527e..e765d26c1b 100644 --- a/wp-content/themes/twentythirteen/style.css +++ b/wp-content/themes/twentythirteen/style.css @@ -388,6 +388,7 @@ input[type="radio"] { input[type="search"] { -webkit-appearance: textfield; padding-right: 2px; /* Don't cut off the webkit search cancel button */ + width: 270px; } input[type="search"]::-webkit-search-decoration { @@ -2938,7 +2939,7 @@ footer.entry-meta { .toggled-on .nav-menu, .toggled-on .nav-menu > ul { display: block; - margin-left: 0px; + margin-left: 0; padding: 0; width: 100%; }