aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVignesh Nandha Kumar <[email protected]>2015-03-19 17:27:38 +0530
committerVignesh Nandha Kumar <[email protected]>2015-03-19 17:27:38 +0530
commit5281d7b4bc2cf69281150153365cba3d2087972a (patch)
tree1203d3f9f828d2e63513c5ba20f9a65adfe14252 /docs
parenteece194763b5ab7ae84bacab34e9ae5590b806cf (diff)
downloadbootstrap-5281d7b4bc2cf69281150153365cba3d2087972a.tar.xz
bootstrap-5281d7b4bc2cf69281150153365cba3d2087972a.zip
Add `.alert-warning` related change to migration doc
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.html4
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>