mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
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:
parent
d902afb04b
commit
0eaa363b8e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user