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

Merge pull request #16107 from vikynandha/migration-doc

Add `.alert-warning` related change to migration doc
This commit is contained in:
Chris Rebert 2015-03-19 10:03:48 -07:00
commit fb74d72764

View file

@ -80,6 +80,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>.btn-large</code></td>
<td><code>.btn-lg</code></td>
</tr>
<tr>
<td><code>.alert</code></td>
<td><code>.alert .alert-warning</code></td>
</tr>
<tr>
<td><code>.alert-error</code></td>
<td><code>.alert-danger</code></td>