From 5dc65894c0ab82c441116b1c6c127c1533ca4b67 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 16:51:17 -0700 Subject: Color-code the "Internet Explorer 8 and 9" features table --- getting-started.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 92e83a6ef..0c39461de 100644 --- a/getting-started.html +++ b/getting-started.html @@ -676,30 +676,30 @@ bootstrap/ border-radius - No - Yes + No + Yes box-shadow - No - Yes + No + Yes transform - No - Yes, with -ms + No + Yes, with -ms vendor prefix transition - No - No + No + No placeholder - No - No + No + No -- cgit v1.2.3 From 19db69c902bca678165cf6da8ade018923e05ead Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 3 Sep 2013 17:01:21 -0700 Subject: we've got your back (sorta), Linux Firefox users --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 92e83a6ef..068ff4bec 100644 --- a/getting-started.html +++ b/getting-started.html @@ -660,7 +660,7 @@ bootstrap/
  • Internet Explorer
  • Opera (Mac, Windows)
  • -

    Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.

    +

    Unofficially, Bootstrap should look and behave well enough in Chromium 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.

    -- cgit v1.2.3 From e62a04a19bb17c1da7644db25d08049707fcd6b2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 3 Sep 2013 18:20:21 -0700 Subject: Color code IE8-9 table with text classes and Glyhpicons instead of table classes --- getting-started.html | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'getting-started.html') diff --git a/getting-started.html b/getting-started.html index 0c39461de..7d219124e 100644 --- a/getting-started.html +++ b/getting-started.html @@ -668,38 +668,36 @@ bootstrap/ - - - + + + - - + + - - + + - - + + - - + - - +
    FeatureInternet Explorer 8Internet Explorer 9FeatureInternet Explorer 8Internet Explorer 9
    border-radiusNoYes Not supported Supported
    box-shadowNoYes Not supported Supported
    transformNoYes, with -ms vendor prefix Not supported Supported, with -ms prefix
    transitionNoNo Not supported
    placeholderNoNo Not supported
    -- cgit v1.2.3