box-sizing for IE6/IE7

This commit is contained in:
Raphael Goetter 2014-05-07 21:32:09 +02:00
parent aaeddb4287
commit 7c7801c2f4
2 changed files with 19 additions and 13 deletions

View file

@ -4,6 +4,10 @@
/* ----------------------------- */
.ie67 * {
behavior: url(/js/boxsizing.htc);
}
.ie678 h1,
.ie678 .h1-like {
font-size: 2.29em;
@ -36,7 +40,6 @@
.ie678 img {
width: auto;
/* @bugfix for IE8 */
}
.ie678 .gm-style img {