]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Enable responsive features in IE10 when snapped
authorMark Otto <otto@github.com>
Mon, 3 Dec 2012 04:57:34 +0000 (20:57 -0800)
committerMark Otto <otto@github.com>
Mon, 3 Dec 2012 04:57:34 +0000 (20:57 -0800)
docs/assets/css/bootstrap-responsive.css
less/responsive.less

index 04ba99554dbfd6896319c65f2bfe3645738f02c3..a3352d774ce824edd80ef6cc64a39e017263e21d 100644 (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;
 }
index b511b7882b3852f9d861533fd42c42fb21fe1347..b05251ae67f27f2b0f3d415c1cf838fd759ecc37 100644 (file)
 // -------------------------------------------------------------
 
 
+// IE10 Metro responsive
+// Required for Windows 8 Metro split-screen snapping with IE10
+
+@-ms-viewport{
+  width: device-width;
+}
+
+
 // REPEAT VARIABLES & MIXINS
 // -------------------------
 // Required since we compile the responsive stuff separately