box-sizing for IE6/IE7
This commit is contained in:
parent
aaeddb4287
commit
7c7801c2f4
2 changed files with 19 additions and 13 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue