Skip to content

Commit e727abf

Browse files
committed
Create ie10-viewport.css
Add new CSS for devices running Windows Phone 8 versions older than Update 3
1 parent 91c9bb2 commit e727abf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/ie10-viewport.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)