]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
IE10 fix in responsive utilities, not regular utilities
authorMark Otto <otto@github.com>
Mon, 10 Dec 2012 18:29:16 +0000 (10:29 -0800)
committerMark Otto <otto@github.com>
Mon, 10 Dec 2012 18:29:16 +0000 (10:29 -0800)
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
less/responsive-utilities.less
less/utilities.less

index 04ba99554dbfd6896319c65f2bfe3645738f02c3..3b82569da5056410881398cd59bf52f23ae8031a 100644 (file)
           box-sizing: border-box;
 }
 
+@-ms-viewport {
+  width: device-width;
+}
+
 .hidden {
   display: none;
   visibility: hidden;
index 0e9f0cdf6f2809a1be26a872ea6a5050676a181e..53f3a8cb1a0b339f80919dffbee90ad7f525cbe7 100644 (file)
@@ -6014,10 +6014,6 @@ a.badge:hover {
   line-height: 30px;
 }
 
-@-ms-viewport {
-  width: device-width;
-}
-
 .pull-right {
   float: right;
 }
index 2c3f6c15fe2e55e2d0ec43f3a4c81667601f96b4..1ed1a13696d63470e1e551593e3b7d0f92f2022e 100644 (file)
@@ -3,6 +3,13 @@
 // --------------------------------------------------
 
 
+// IE10 Metro responsive
+// Required for Windows 8 Metro split-screen snapping with IE10
+// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
+@-ms-viewport{
+  width: device-width;
+}
+
 // Hide from screenreaders and browsers
 // Credit: HTML5 Boilerplate
 .hidden {
index 2fbc6e02d35a7eaba43a38741907d5dc4abb1095..314b4ffdb45acbb991eedc0782a800535e73b051 100644 (file)
@@ -3,13 +3,6 @@
 // --------------------------------------------------
 
 
-// IE10 Metro responsive
-// Required for Windows 8 Metro split-screen snapping with IE10
-// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
-@-ms-viewport{
-  width: device-width;
-}
-
 // Quick floats
 .pull-right {
   float: right;