diff options
| author | eiselzby <[email protected]> | 2016-06-02 19:04:20 +0200 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-06-02 10:04:20 -0700 |
| commit | 7864eb4c5439e196185fc44a7040825624515555 (patch) | |
| tree | 52db02cf1b5ce12f337c1e82f0194c7ab57ec672 /docs/_includes/getting-started | |
| parent | 0b4c1b24c18bd9d951e5c34468beac785331a43b (diff) | |
| download | bootstrap-7864eb4c5439e196185fc44a7040825624515555.tar.xz bootstrap-7864eb4c5439e196185fc44a7040825624515555.zip | |
Remove unsupported vendor prefixes for @viewport (#19955)
Fixes #19871
Diffstat (limited to 'docs/_includes/getting-started')
| -rw-r--r-- | docs/_includes/getting-started/browser-device-support.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 8a3a155ee..33cacdc5f 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -152,8 +152,6 @@ {% endhighlight %} <p>However, this doesn't work for devices running Windows Phone 8 versions older than <a href="http://blogs.windows.com/windows_phone/b/wpdev/archive/2013/10/14/introducing-windows-phone-preview-for-developers.aspx">Update 3 (a.k.a. GDR3)</a>, as it causes such devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to <strong>include the following CSS and JavaScript to work around the bug</strong>.</p> {% highlight scss %} -@-webkit-viewport { width: device-width; } -@-moz-viewport { width: device-width; } @-ms-viewport { width: device-width; } @-o-viewport { width: device-width; } @viewport { width: device-width; } |
