From f514c87d6b74de949732c325f70d195453fe2d28 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 2 Dec 2012 20:57:34 -0800 Subject: Enable responsive features in IE10 when snapped --- docs/assets/css/bootstrap-responsive.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs/assets/css/bootstrap-responsive.css') diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index 04ba99554..a3352d774 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -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; } -- cgit v1.2.3