diff options
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 55 |
1 files changed, 47 insertions, 8 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 941b423cd..c58c6cd1e 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -773,14 +773,53 @@ bootstrap/ <p class="lead">Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older browsers might display differently styled, though fully functional, renderings of certain components.</p> <h3 id="support-browsers">Supported browsers</h3> - <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 the Windows version is being abandoned)</li> - <li>Firefox (Mac, Windows)</li> - <li>Internet Explorer</li> - <li>Opera (Mac, Windows)</li> - </ul> + <p>Specifically, we support the latest versions of the following browsers on the following platforms:</p> + <div class="table-responsive"> + <table class="table table-bordered table-striped"> + <thead> + <tr> + <td></td> + <th>Chrome</th> + <th>Firefox</th> + <th>Internet Explorer</th> + <th>Opera</th> + <th>Safari</th> + </tr> + </thead> + <tbody> + <tr> + <th>Android</th> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> <span class="sr-only">Not Supported</span></td> + <td class="text-muted" rowspan="3" style="vertical-align: middle;">N/A</td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> <span class="sr-only">Not Supported</span></td> + <td class="text-muted">N/A</td> + </tr> + <tr> + <th>iOS</th> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-muted">N/A</td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> <span class="sr-only">Not Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + </tr> + <tr> + <th>Mac OS X</th> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + </tr> + <tr> + <th>Windows</th> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> <span class="sr-only">Supported</span></td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> <span class="sr-only">Not Supported</span></td> + </tr> + </tbody> + </table> + </div> <p>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.</p> <h3 id="support-ie8-ie9">Internet Explorer 8 and 9</h3> |
