aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-03-19 10:03:48 -0700
committerChris Rebert <[email protected]>2015-03-19 10:03:48 -0700
commitfb74d7276491b04949f97c736b064dd0c30cfc8b (patch)
tree1203d3f9f828d2e63513c5ba20f9a65adfe14252 /docs
parenteece194763b5ab7ae84bacab34e9ae5590b806cf (diff)
parent5281d7b4bc2cf69281150153365cba3d2087972a (diff)
downloadbootstrap-fb74d7276491b04949f97c736b064dd0c30cfc8b.tar.xz
bootstrap-fb74d7276491b04949f97c736b064dd0c30cfc8b.zip
Merge pull request #16107 from vikynandha/migration-doc
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>