more booleans for IE fixing

This commit is contained in:
Raphael Goetter 2014-04-20 20:50:43 +02:00
parent 9ebed88d42
commit fd3e153cd9
4 changed files with 15 additions and 13 deletions

View file

@ -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 */
/*