diff options
| author | Mark Otto <[email protected]> | 2013-09-11 16:15:12 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-11 16:15:12 -0700 |
| commit | b0ea3a08cde1a4507cc0f171cbe335407a84b738 (patch) | |
| tree | e74b3c874b0555adc5c2255d77aff07b32949aa2 /getting-started.html | |
| parent | 2dc7ab4bbb70abfcdb0aa179935c72ddbb3e66e5 (diff) | |
| parent | 6519303549732d61de9e2905916f64a7d5b76910 (diff) | |
| download | bootstrap-b0ea3a08cde1a4507cc0f171cbe335407a84b738.tar.xz bootstrap-b0ea3a08cde1a4507cc0f171cbe335407a84b738.zip | |
Merge branch 'ie_viewports' of github.com:twbs/bootstrap into ie_viewports
Conflicts:
getting-started.html
less/responsive-utilities.less
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 07cdac3a0..80880f787 100644 --- a/getting-started.html +++ b/getting-started.html @@ -728,7 +728,7 @@ bootstrap/ <p>See <a href="http://stackoverflow.com/questions/6771258/whats-the-difference-if-meta-http-equiv-x-ua-compatible-content-ie-edge">this StackOverflow question</a> for more information.</p> <h3>Internet Explorer 10 in Windows 8 and Windows Phone 8</h3> - <p>Internet Explorer 10 doesn't differentiate <strong>device width</strong> from <storng>viewport width</storng>, and thus doesn't properly apply the media queries in Bootstrap's CSS. Normally you'd just add a quick snippet of CSS to fix this:</p> + <p>Internet Explorer 10 doesn't differentiate <strong>device width</strong> from <strong>viewport width</strong>, and thus doesn't properly apply the media queries in Bootstrap's CSS. Normally you'd just add a quick snippet of CSS to fix this:</p> {% highlight css %} @-ms-viewport { width: device-width; } {% endhighlight %} |
