diff options
| author | Mark Otto <[email protected]> | 2013-10-13 23:24:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-10-13 23:24:35 -0700 |
| commit | e521be0f22fb9489c21f32391126149a39e091db (patch) | |
| tree | 3ac251b638cb2c890d0cd1c7f14f2755019a6d1c /getting-started.html | |
| parent | 202f395b2f6a93b5a0b12e12822f949a2114741c (diff) | |
| parent | f0f1b8319dcdc894f49c51e3678082dc15987516 (diff) | |
| download | bootstrap-e521be0f22fb9489c21f32391126149a39e091db.tar.xz bootstrap-e521be0f22fb9489c21f32391126149a39e091db.zip | |
Merge pull request #11075 from twbs/respond-js-cross-domain-note
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 357c4f8ea..1c5bb7d21 100644 --- a/getting-started.html +++ b/getting-started.html @@ -768,7 +768,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> |
