Commit fb74d727 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #16107 from vikynandha/migration-doc

Add `.alert-warning` related change to migration doc
parents eece1947 5281d7b4
...@@ -80,6 +80,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m ...@@ -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-large</code></td>
<td><code>.btn-lg</code></td> <td><code>.btn-lg</code></td>
</tr> </tr>
<tr>
<td><code>.alert</code></td>
<td><code>.alert .alert-warning</code></td>
</tr>
<tr> <tr>
<td><code>.alert-error</code></td> <td><code>.alert-error</code></td>
<td><code>.alert-danger</code></td> <td><code>.alert-danger</code></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment