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:
parent
dc52b692e8
commit
5aed50bd3c
@ -32,6 +32,10 @@ Styles for older IE versions (previous to IE9).
|
|||||||
left: 100%;
|
left: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.site-header hgroup {
|
||||||
|
max-width: 1040px;
|
||||||
|
}
|
||||||
|
|
||||||
.site-header .searchform [type="search"] {
|
.site-header .searchform [type="search"] {
|
||||||
padding-top: 6px;
|
padding-top: 6px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user