mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Color-code the "Internet Explorer 8 and 9" features table
This commit is contained in:
parent
3bb3680aac
commit
5dc65894c0
@ -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…
Reference in New Issue
Block a user