1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 06:21:26 +02:00

Enable responsive features in IE10 when snapped

This commit is contained in:
Mark Otto
2012-12-02 20:57:34 -08:00
parent 30d6a71ccd
commit f514c87d6b
2 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@-ms-viewport {
width: device-width;
}
.clearfix {
*zoom: 1;
}