diff options
| author | Mark Otto <[email protected]> | 2013-04-21 14:50:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-04-21 14:50:44 -0700 |
| commit | 30d6e0530effef6379fb555491bc5064668f3359 (patch) | |
| tree | 58e8078131bf50a5db82009e483aa0aca31c49bb /docs/assets/css/bootstrap.css | |
| parent | 4b3a43e381c7c07b5a6f1ccaeb2c910ef2a93e0a (diff) | |
| download | bootstrap-30d6e0530effef6379fb555491bc5064668f3359.tar.xz bootstrap-30d6e0530effef6379fb555491bc5064668f3359.zip | |
Fixes #7577: Attempt to fix, at least, issues with Windows Phone 8 and responsive not kicking in correctly
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4553a1592..53f9a9693 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -5300,6 +5300,12 @@ a.list-group-item.active > .badge, width: device-width; } +@media screen and (max-width: 400px) { + @-ms-viewport { + width: 320px; + } +} + .hidden { display: none; visibility: hidden; |
