Twenty Thirteen: update IE styles to match changes in r24524. See #23850.
git-svn-id: http://core.svn.wordpress.org/trunk@24540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f27e762085
commit
c63d6d84f0
|
@ -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