We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c9bb2 commit e727abfCopy full SHA for e727abf
css/ie10-viewport.css
@@ -0,0 +1,11 @@
1
+/*!
2
+ * For devices running Windows Phone 8 versions older than Update 3 (a.k.a. GDR3)
3
+ * you'll need to include the following CSS to work around the bug.
4
+ * For details, see http://getbootstrap.com/getting-started/#support-ie10-width
5
+ */
6
+
7
+@-webkit-viewport { width: device-width; }
8
+@-moz-viewport { width: device-width; }
9
+@-ms-viewport { width: device-width; }
10
+@-o-viewport { width: device-width; }
11
+@viewport { width: device-width; }
0 commit comments