1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Merge pull request #11705 from cyrusstoller/migration-guide

Add a migration tip for .label to .label-default
This commit is contained in:
Chris Rebert 2013-12-04 00:51:13 -08:00
commit 7b945ad296

View file

@ -456,6 +456,10 @@ bootstrap/
<td><code>.muted</code></td>
<td><code>.text-muted</code></td>
</tr>
<tr>
<td><code>.label</code></td>
<td><code>.label .label-default</code></td>
</tr>
<tr>
<td><code>.text-error</code></td>
<td><code>.text-danger</code></td>