Twenty Thirteen: update IE styles to match changes in r24524. See #23850.
git-svn-id: https://develop.svn.wordpress.org/trunk@24540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
925e2f67ee
commit
f729beedb5
@ -38,8 +38,8 @@ Styles for older IE versions (previous to IE9).
|
||||
max-width: 1040px;
|
||||
}
|
||||
|
||||
.site-header .searchform [type="search"],
|
||||
.site-header .searchform [type="text"] {
|
||||
.site-header .search-form [type="search"],
|
||||
.site-header .search-form [type="text"] {
|
||||
padding-top: 6px;
|
||||
}
|
||||
|
||||
@ -230,8 +230,8 @@ img.alignleft {
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.ie7 .site-header .searchform [type="search"],
|
||||
.ie7 .site-header .searchform [type="text"] {
|
||||
.ie7 .site-header .search-form [type="search"],
|
||||
.ie7 .site-header .search-form [type="text"] {
|
||||
background-color: #fff;
|
||||
border: 2px solid #c3c0ab;
|
||||
cursor: text;
|
||||
|
Loading…
Reference in New Issue
Block a user