mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-26 09:10:24 +00:00
Add .alert-warning related change to migration doc
This commit is contained in:
parent
eece194763
commit
5281d7b4bc
1 changed files with 4 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue