more booleans for IE fixing
This commit is contained in:
parent
9ebed88d42
commit
fd3e153cd9
4 changed files with 15 additions and 13 deletions
|
@ -90,6 +90,9 @@ hr {
|
|||
width: auto;
|
||||
/* @bugfix for IE8 */
|
||||
}
|
||||
.ie678 .gm-style img {
|
||||
height: 100%;
|
||||
}
|
||||
/* hasLayout for IE6/IE7 */
|
||||
.clearfix,
|
||||
.line,
|
||||
|
@ -106,6 +109,9 @@ hr {
|
|||
*display: inline;
|
||||
*zoom: 1;
|
||||
}
|
||||
.visually-hidden {
|
||||
*clip: rect(1px 1px 1px 1px);
|
||||
}
|
||||
/* Active box-sizing for IE6/IE7 */
|
||||
/* @source https://github.com/Schepp/box-sizing-polyfill */
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue