2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-18 12:39:41 +03:00
This commit is contained in:
Mark Otto
2013-04-21 18:25:49 -07:00
parent 30d6e0530e
commit af63a4405d
+2 -2
View File
@@ -12,8 +12,8 @@
}
// IE10 on Windows Phone 8
// IE10 on WP8 screws doesn't report CSS pixels, but actual device pixels.
// In other words, say on a Lumia, you'll get 768px as the device width,
// IE10 on WP8 doesn't report CSS pixels, but actual device pixels. In
// other words, say on a Lumia, you'll get 768px as the device width,
// meaning users will see the tablet styles and not phone styles.
//
// Alternatively you can override this with JS (see source below), but