diff options
| author | Mark Otto <[email protected]> | 2013-09-03 18:20:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 18:20:43 -0700 |
| commit | 2804d37429b62d6daec243285762537c765c8c16 (patch) | |
| tree | 1e4214c138d8c787a78bdd8e9420e0ad75dcf616 /getting-started.html | |
| parent | 19db69c902bca678165cf6da8ade018923e05ead (diff) | |
| parent | e62a04a19bb17c1da7644db25d08049707fcd6b2 (diff) | |
| download | bootstrap-2804d37429b62d6daec243285762537c765c8c16.tar.xz bootstrap-2804d37429b62d6daec243285762537c765c8c16.zip | |
Merge branch 'color-code-IE89-table'
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 24 |
1 files changed, 11 insertions, 13 deletions
diff --git a/getting-started.html b/getting-started.html index 068ff4bec..6358eccc3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -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> |
