Commit 2804d374 authored by Mark Otto's avatar Mark Otto

Merge branch 'color-code-IE89-table'

parents 19db69c9 e62a04a1
...@@ -668,38 +668,36 @@ bootstrap/ ...@@ -668,38 +668,36 @@ bootstrap/
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
<th>Feature</th> <th class="col-xs-4">Feature</th>
<th>Internet Explorer 8</th> <th class="col-xs-4">Internet Explorer 8</th>
<th>Internet Explorer 9</th> <th class="col-xs-4">Internet Explorer 9</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td scope="row"><code>border-radius</code></td> <td scope="row"><code>border-radius</code></td>
<td class="text-muted">No</td> <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
<td>Yes</td> <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
</tr> </tr>
<tr> <tr>
<td scope="row"><code>box-shadow</code></td> <td scope="row"><code>box-shadow</code></td>
<td class="text-muted">No</td> <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
<td>Yes</td> <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported</td>
</tr> </tr>
<tr> <tr>
<td scope="row"><code>transform</code></td> <td scope="row"><code>transform</code></td>
<td class="text-muted">No</td> <td class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
<td>Yes, with <code>-ms</code></td> <td class="text-success"><span class="glyphicon glyphicon-ok"></span> Supported, with <code>-ms</code> prefix</td>
</tr> </tr>
<tr> <tr>
<td scope="row"><code>transition</code></td> <td scope="row"><code>transition</code></td>
<td class="text-muted">No</td> <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
<td class="text-muted">No</td>
</tr> </tr>
</tbody> </tbody>
<tbody> <tbody>
<tr> <tr>
<td scope="row"><code>placeholder</code></td> <td scope="row"><code>placeholder</code></td>
<td class="text-muted">No</td> <td colspan="2" class="text-danger"><span class="glyphicon glyphicon-remove"></span> Not supported</td>
<td class="text-muted">No</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment