diff options
| author | Vignesh Nandha Kumar <[email protected]> | 2015-03-19 17:27:38 +0530 |
|---|---|---|
| committer | Vignesh Nandha Kumar <[email protected]> | 2015-03-19 17:27:38 +0530 |
| commit | 5281d7b4bc2cf69281150153365cba3d2087972a (patch) | |
| tree | 1203d3f9f828d2e63513c5ba20f9a65adfe14252 /docs | |
| parent | eece194763b5ab7ae84bacab34e9ae5590b806cf (diff) | |
| download | bootstrap-5281d7b4bc2cf69281150153365cba3d2087972a.tar.xz bootstrap-5281d7b4bc2cf69281150153365cba3d2087972a.zip | |
Add `.alert-warning` related change to migration doc
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/migration.html b/docs/migration.html index c3529b837..de0c8a538 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -81,6 +81,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m <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> </tr> |
