]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Color-code the "Internet Explorer 8 and 9" features table 10411/head
authorChris Rebert <code@rebertia.com>
Tue, 3 Sep 2013 23:51:17 +0000 (16:51 -0700)
committerChris Rebert <code@rebertia.com>
Tue, 3 Sep 2013 23:51:17 +0000 (16:51 -0700)
getting-started.html

index 92e83a6efdfa04e7a1034c7230b2524bd55c50f3..0c39461defa3c4685bc53599707dd0e3646325f2 100644 (file)
@@ -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>