aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-28 21:50:05 -0700
committerMark Otto <[email protected]>2013-10-28 21:50:05 -0700
commite5c3f2d9d4fc23cda184a3ec54c9055e4f188e7a (patch)
tree88ec7cf71c752d65be8f0e583c2cd03f6bee2edb
parent5729f2005410e7b6de3e152b101ad3e49b2881d7 (diff)
downloadbootstrap-e5c3f2d9d4fc23cda184a3ec54c9055e4f188e7a.tar.xz
bootstrap-e5c3f2d9d4fc23cda184a3ec54c9055e4f188e7a.zip
restore IDs
-rw-r--r--getting-started.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html
index 8d26760eb..cdc9e7603 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -748,11 +748,11 @@ bootstrap/
<h3>Internet Explorer 8 and Respond.js</h3>
<p>Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.</p>
- <h4>Respond.js and cross-domain CSS</h4>
+ <h4 id="respond-js-x-domain">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>
- <h4>Respond.js and <code>file://</code></h4>
+ <h4 id="respond-file-proto">Respond.js and <code>file://</code></h4>
<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>
- <h4>Respond.js and <code>@import</code></h4>
+ <h4 id="respond-import">Respond.js and <code>@import</code></h4>
<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>
<h3>Internet Explorer 8 and box-sizing</h3>