1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-19 11:51:23 +02:00

fix #13337 by mentioning removal of .progress-* contextual classes

This commit is contained in:
Chris Rebert
2014-04-17 19:08:46 -07:00
parent 99b5405c7f
commit 573ad10a9d

View File

@@ -410,6 +410,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>.help-inline</code></td> <td><code>.help-inline</code></td>
<td>No exact equivalent, but <code>.help-block</code> is similar.</td> <td>No exact equivalent, but <code>.help-block</code> is similar.</td>
</tr> </tr>
<tr>
<td>Non-bar-level progress colors</td>
<td><code>.progress-info</code> <code>.progress-success</code> <code>.progress-warning</code> <code>.progress-danger</code></td>
<td>Use <code>.progress-bar-*</code> on the <code>.progress-bar</code> instead.</td>
</tr>
</tbody> </tbody>
</table> </table>
</div><!-- /.table-responsive --> </div><!-- /.table-responsive -->