From f0f1b8319dcdc894f49c51e3678082dc15987516 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 13 Oct 2013 22:55:50 -0700 Subject: [PATCH] fix #11003 --- getting-started.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index b37ad1cfe4..a18115fd0b 100644 --- a/getting-started.html +++ b/getting-started.html @@ -701,7 +701,11 @@ bootstrap/

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.

Internet Explorer 8 and 9

-

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, Internet Explorer 8 requires the use of respond.js to enable media query support.

+

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, Internet Explorer 8 requires the use of Respond.js to enable media query support.

+
+

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.

+
-- 2.47.2