aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-09-03 16:51:17 -0700
committerChris Rebert <[email protected]>2013-09-03 16:51:17 -0700
commit5dc65894c0ab82c441116b1c6c127c1533ca4b67 (patch)
tree0f3e494bd095a55a9678e0483ce5d06223c3d9ab /getting-started.html
parent3bb3680aacfe83c067cf6ee25ef297c10afe2404 (diff)
downloadbootstrap-5dc65894c0ab82c441116b1c6c127c1533ca4b67.tar.xz
bootstrap-5dc65894c0ab82c441116b1c6c127c1533ca4b67.zip
Color-code the "Internet Explorer 8 and 9" features table
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/getting-started.html b/getting-started.html
index 92e83a6ef..0c39461de 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -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>