From: Mark Otto Date: Tue, 29 Oct 2013 04:50:05 +0000 (-0700) Subject: restore IDs X-Git-Tag: v3.0.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5c3f2d9d4fc23cda184a3ec54c9055e4f188e7a;p=thirdparty%2Fbootstrap.git restore IDs --- diff --git a/getting-started.html b/getting-started.html index 8d26760ebd..cdc9e7603e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -748,11 +748,11 @@ bootstrap/

Internet Explorer 8 and Respond.js

Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.

-

Respond.js and cross-domain CSS

+

Respond.js and cross-domain CSS

Using Respond.js with CSS hosted on a different (sub)domain (for example, on a CDN) requires some additional setup. See the Respond.js docs for details.

-

Respond.js and file://

+

Respond.js and file://

Due to browser security rules, Respond.js doesn't work with pages viewed via the file:// protocol (like when opening a local HTML file). To test responsive features in IE8, view your pages over HTTP(S). See the Respond.js docs for details.

-

Respond.js and @import

+

Respond.js and @import

Respond.js doesn't work with CSS that's referenced via @import. In particular, some Drupal configurations are known to use @import. See the Respond.js docs for details.

Internet Explorer 8 and box-sizing