From cc63096118d0d1cf4e0acb5c45daab508a07ae7c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 18 Jul 2013 13:05:53 -0700 Subject: [PATCH] clarify IE support and rearrange getting started docs a bit --- docs/_includes/nav-getting-started.html | 4 +-- docs/getting-started.html | 47 +++++++++++++------------ 2 files changed, 27 insertions(+), 24 deletions(-) diff --git a/docs/_includes/nav-getting-started.html b/docs/_includes/nav-getting-started.html index 08a4afc0e6..022d335cd6 100644 --- a/docs/_includes/nav-getting-started.html +++ b/docs/_includes/nav-getting-started.html @@ -9,10 +9,10 @@ What's included
  • - Browser support + Basic template
  • - Basic template + Browser support
  • License FAQs diff --git a/docs/getting-started.html b/docs/getting-started.html index 9f824ab6f1..b8775ad590 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -82,28 +82,6 @@ bootstrap/ - -
    - -

    Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.

    - -

    Supported browsers

    -

    Specifically, we support the latest versions of the following:

    -
      -
    • Chrome (Mac, Windows, iOS, and Android)
    • -
    • Safari (Mac and iOS only, as Windows has more or less been discontinued)
    • -
    • Firefox (Mac, Windows)
    • -
    • Internet Explorer
    • -
    • Opera (Mac, Windows)
    • -
    -

    Unofficially, Bootstrap should look and behave just fine in Chromium for Linux and Internet Explorer 7-8, though full support is not guaranteed.

    - -

    IE Compatibility modes

    -

    Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.

    -
    @@ -146,6 +124,31 @@ bootstrap/ + +
    + +

    Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older and less advanced browsers might receive a less stylized, though fully functional, version of certain components.

    + +

    Supported browsers

    +

    Specifically, we support the latest versions of the following:

    +
      +
    • Chrome (Mac, Windows, iOS, and Android)
    • +
    • Safari (Mac and iOS only, as Windows has more or less been discontinued)
    • +
    • Firefox (Mac, Windows)
    • +
    • Internet Explorer
    • +
    • Opera (Mac, Windows)
    • +
    +

    Internet Explorer 8 and 9 are also supported. However, please be aware that many CSS3 properties—e.g., rounded corners and shadows—are not supported by IE8. Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.

    + +

    IE Compatibility modes

    +

    Bootstrap is not supported in the old Internet Explorer compatibility modes. To be sure you're using the latest rendering mode for IE, consider including <meta http-equiv="X-UA-Compatible" content="IE=edge"> in your pages. See this StackOverflow question for more information.

    +
    + + +