Color-code the "Internet Explorer 8 and 9" features table
This commit is contained in:
parent
3bb3680aac
commit
5dc65894c0
1 changed files with 10 additions and 10 deletions
|
|
@ -676,30 +676,30 @@ bootstrap/
|
|||
<tbody>
|
||||
<tr>
|
||||
<td scope="row"><code>border-radius</code></td>
|
||||
<td class="text-muted">No</td>
|
||||
<td>Yes</td>
|
||||
<td class="danger">No</td>
|
||||
<td class="success">Yes</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row"><code>box-shadow</code></td>
|
||||
<td class="text-muted">No</td>
|
||||
<td>Yes</td>
|
||||
<td class="danger">No</td>
|
||||
<td class="success">Yes</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="danger">No</td>
|
||||
<td class="success">Yes, with <code>-ms</code> vendor prefix</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td scope="row"><code>transition</code></td>
|
||||
<td class="text-muted">No</td>
|
||||
<td class="text-muted">No</td>
|
||||
<td class="danger">No</td>
|
||||
<td class="danger">No</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 class="danger">No</td>
|
||||
<td class="danger">No</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue