diff options
| author | Mark Otto <[email protected]> | 2013-07-17 19:08:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-17 19:08:08 -0700 |
| commit | aa49c919c65ea4eb7777d3f54cdc9da0e1a05f9f (patch) | |
| tree | 5c11af0b8656537a253360708dc6a29ec95de1c0 /docs/getting-started.html | |
| parent | e7be60fd4d9be0aa71eae7dac926dea795855708 (diff) | |
| download | bootstrap-aa49c919c65ea4eb7777d3f54cdc9da0e1a05f9f.tar.xz bootstrap-aa49c919c65ea4eb7777d3f54cdc9da0e1a05f9f.zip | |
Fixes #8356: Move browser compatibility from wiki into real docs
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 56e6cbc32..f951cfc78 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -81,6 +81,24 @@ bootstrap/ </div> </div> + <!-- Browser compatibility + ================================================== --> + <div class="bs-docs-section" id="browsers"> + <div class="page-header"> + <h1>Browser compatibility</h1> + </div> + <p class="lead">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.</p> + <p>Specifically, we support the latest versions of the following:</p> + <ul> + <li>Chrome (Mac, Windows, iOS, and Android)</li> + <li>Safari (Mac and iOS only, as Windows has more or less been discontinued)</li> + <li>Firefox (Mac, Windows)</li> + <li>Internet Explorer</li> + <li>Opera (Mac, Windows)</li> + </ul> + <p>Unofficially, Bootstrap should look and behave just fine in Chromium for Linux and Internet Explorer 7-8, though full support is not guaranteed.</p> + </div> + <!-- Examples ================================================== --> <div class="bs-docs-section" id="examples"> |
