2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

fixes #10396: mention table class change in migration docs

This commit is contained in:
Mark Otto
2013-09-03 07:30:46 -07:00
parent dd44123881
commit c2a5334dee
+4
View File
@@ -438,6 +438,10 @@ bootstrap/
<td><code>.text-error</code></td> <td><code>.text-error</code></td>
<td><code>.text-danger</code></td> <td><code>.text-danger</code></td>
</tr> </tr>
<tr>
<td><code>.table .error</code></td>
<td><code>.table .danger</code></td>
</tr>
<tr> <tr>
<td><code>.bar</code></td> <td><code>.bar</code></td>
<td><code>.progress-bar</code></td> <td><code>.progress-bar</code></td>