]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #8356: Move browser compatibility from wiki into real docs
authorMark Otto <otto@github.com>
Thu, 18 Jul 2013 02:08:08 +0000 (19:08 -0700)
committerMark Otto <otto@github.com>
Thu, 18 Jul 2013 02:08:08 +0000 (19:08 -0700)
docs/getting-started.html

index 56e6cbc323defe3c9abca39321edeb50c68a2b88..f951cfc7855f86df71b8b2299ab932b52ec8c448 100644 (file)
@@ -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">