Twenty Thirteen: adjust header max-width value for older IE browsers. Props jvisick77, see #23732.

git-svn-id: http://core.svn.wordpress.org/trunk@23688 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Lance Willett 2013-03-13 17:48:46 +00:00
parent d902afb04b
commit 0eaa363b8e

View File

@ -32,6 +32,10 @@ Styles for older IE versions (previous to IE9).
left: 100%;
}
.site-header hgroup {
max-width: 1040px;
}
.site-header .searchform [type="search"] {
padding-top: 6px;
}