aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-12-10 10:25:18 -0800
committerMark Otto <[email protected]>2012-12-10 10:25:18 -0800
commit83a6a55d2c3448771925f467be1f2ced321e63df (patch)
tree005285383b9ad236d203740c1bc6f259df2a5ed9 /less
parent165729254be53a90d2c56389a7f736a46bd6de84 (diff)
downloadbootstrap-83a6a55d2c3448771925f467be1f2ced321e63df.tar.xz
bootstrap-83a6a55d2c3448771925f467be1f2ced321e63df.zip
Move IE10 responsive fix to responsive utilities so Customizer gets it
Diffstat (limited to 'less')
-rw-r--r--less/responsive.less9
-rw-r--r--less/utilities.less7
2 files changed, 7 insertions, 9 deletions
diff --git a/less/responsive.less b/less/responsive.less
index 7cfaf80b9..b511b7882 100644
--- a/less/responsive.less
+++ b/less/responsive.less
@@ -14,15 +14,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;
-}
-
-
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately
diff --git a/less/utilities.less b/less/utilities.less
index 314b4ffdb..2fbc6e02d 100644
--- a/less/utilities.less
+++ b/less/utilities.less
@@ -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;
+}
+
// Quick floats
.pull-right {
float: right;