diff options
| author | XhmikosR <[email protected]> | 2019-02-28 15:36:49 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-27 21:02:22 +0200 |
| commit | fddd2ef16e8732d274f4b14e9b6273d65f8443ae (patch) | |
| tree | 41bccd17d9467159c44fd4016e2ab292904c06c3 | |
| parent | 7f08a90e086168607acc0a65bcb79467c3853390 (diff) | |
| download | bootstrap-fddd2ef16e8732d274f4b14e9b6273d65f8443ae.tar.xz bootstrap-fddd2ef16e8732d274f4b14e9b6273d65f8443ae.zip | |
Fix URLs.
Wrongfully changed in b9e59e9.
| -rw-r--r-- | docs/_includes/getting-started/browser-device-support.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 0fc0ee4d6..c2d68fb0c 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -124,11 +124,11 @@ <h2 id="support-ie8-respondjs">Internet Explorer 8 and Respond.js</h2> <p>Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.</p> <h3 id="respond-js-x-domain">Respond.js and cross-domain CSS</h3> - <p>Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. <a href="https://github.com/scottjehl/Respond/blob/v3-dev/README.md#cdnx-domain-setup">See the Respond.js docs</a> for details.</p> + <p>Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. <a href="https://github.com/scottjehl/Respond/blob/master/README.md#cdnx-domain-setup">See the Respond.js docs</a> for details.</p> <h3 id="respond-file-proto">Respond.js and <code>file://</code></h3> - <p>Due to browser security rules, Respond.js doesn't work with pages viewed via the <code>file://</code> protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). <a href="https://github.com/scottjehl/Respond/blob/v3-dev/README.md#support--caveats">See the Respond.js docs</a> for details.</p> + <p>Due to browser security rules, Respond.js doesn't work with pages viewed via the <code>file://</code> protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). <a href="https://github.com/scottjehl/Respond/blob/master/README.md#support--caveats">See the Respond.js docs</a> for details.</p> <h3 id="respond-import">Respond.js and <code>@import</code></h3> - <p>Respond.js doesn't work with CSS that's referenced via <code>@import</code>. In particular, some Drupal configurations are known to use <code>@import</code>. <a href="https://github.com/scottjehl/Respond/blob/v3-dev/README.md#support--caveats">See the Respond.js docs</a> for details.</p> + <p>Respond.js doesn't work with CSS that's referenced via <code>@import</code>. In particular, some Drupal configurations are known to use <code>@import</code>. <a href="https://github.com/scottjehl/Respond/blob/master/README.md#support--caveats">See the Respond.js docs</a> for details.</p> <h2 id="support-ie8-box-sizing">Internet Explorer 8 and box-sizing</h2> <p>IE8 does not fully support <code>box-sizing: border-box;</code> when combined with <code>min-width</code>, <code>max-width</code>, <code>min-height</code>, or <code>max-height</code>. For that reason, as of v3.0.1, we no longer use <code>max-width</code> on <code>.container</code>s.</p> |
