IE10 fix in responsive utilities, not regular utilities

This commit is contained in:
Mark Otto 2012-12-10 10:29:16 -08:00
parent e324a1beb0
commit 847b632577
4 changed files with 11 additions and 11 deletions

View file

@ -40,6 +40,10 @@
box-sizing: border-box;
}
@-ms-viewport {
width: device-width;
}
.hidden {
display: none;
visibility: hidden;

View file

@ -6014,10 +6014,6 @@ a.badge:hover {
line-height: 30px;
}
@-ms-viewport {
width: device-width;
}
.pull-right {
float: right;
}