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

git-svn-id: https://develop.svn.wordpress.org/trunk@23688 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2013-03-13 17:48:46 +00:00
parent dc52b692e8
commit 5aed50bd3c

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;
}