diff options
| author | Chris Rebert <[email protected]> | 2013-10-13 22:55:50 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-13 22:55:50 -0700 |
| commit | f0f1b8319dcdc894f49c51e3678082dc15987516 (patch) | |
| tree | 82a7edc828f588578812fd1aab5856ebe28d9444 /getting-started.html | |
| parent | 810a852f4a2725da9a8990774714e8fce4c93cb1 (diff) | |
| download | bootstrap-f0f1b8319dcdc894f49c51e3678082dc15987516.tar.xz bootstrap-f0f1b8319dcdc894f49c51e3678082dc15987516.zip | |
fix #11003
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index b37ad1cfe..a18115fd0 100644 --- a/getting-started.html +++ b/getting-started.html @@ -701,7 +701,11 @@ bootstrap/ <p>Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, though they are not officially supported.</p> <h3>Internet Explorer 8 and 9</h3> - <p>Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">respond.js</a> to enable media query support.</strong></p> + <p>Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">Respond.js</a> to enable media query support.</strong></p> + <div class="bs-callout bs-callout-warning" id="respond-js-x-domain"> + <h4>Respond.js and cross-domain CSS</h4> + <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> + </div> <div class="table-responsive"> <table class="table table-bordered table-striped"> <thead> |
