1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

fixes #10497: Fix Windows 8 and Windows Phone 8 behavior and apply it to the docs

This commit is contained in:
Mark Otto
2013-09-11 14:46:31 -07:00
parent 37933a9e08
commit 2dc7ab4bbb
5 changed files with 38 additions and 26 deletions

View File

@@ -6348,12 +6348,6 @@ body.modal-open,
width: device-width;
}
@media screen and (max-width: 400px) {
@-ms-viewport {
width: 320px;
}
}
.hidden {
display: none !important;
visibility: hidden !important;