diff options
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/getting-started.html b/getting-started.html index 92e83a6ef..6358eccc3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -660,7 +660,7 @@ bootstrap/ <li>Internet Explorer</li> <li>Opera (Mac, Windows)</li> </ul> - <p>Unofficially, Bootstrap should look and behave well enough in Chromium for Linux and Internet Explorer 7, though they are not officially supported.</p> + <p>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.</p> <h3>Internet Explorer 8 and 9</h3> <p>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, <strong>Internet Explorer 8 requires the use of <a href="https://github.com/scottjehl/Respond">respond.js</a> to enable media query support.</strong></p> @@ -668,38 +668,36 @@ bootstrap/ <table class="table table-bordered table-striped"> <thead> <tr> - <th>Feature</th> - <th>Internet Explorer 8</th> - <th>Internet Explorer 9</th> + <th class="col-xs-4">Feature</th> + <th class="col-xs-4">Internet Explorer 8</th> + <th class="col-xs-4">Internet Explorer 9</th> </tr> </thead> <tbody> <tr> <td scope="row"><code>border-radius</code></td> - <td class="text-muted">No</td> - <td>Yes</td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td> </tr> <tr> <td scope="row"><code>box-shadow</code></td> - <td class="text-muted">No</td> - <td>Yes</td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td> </tr> <tr> <td scope="row"><code>transform</code></td> - <td class="text-muted">No</td> - <td>Yes, with <code>-ms</code></td> + <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> + <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported, with <code>-ms</code> prefix</td> </tr> <tr> <td scope="row"><code>transition</code></td> - <td class="text-muted">No</td> - <td class="text-muted">No</td> + <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> </tr> </tbody> <tbody> <tr> <td scope="row"><code>placeholder</code></td> - <td class="text-muted">No</td> - <td class="text-muted">No</td> + <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td> </tr> </tbody> </table> |
