diff options
| author | Mark Otto <[email protected]> | 2014-01-18 16:21:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-18 16:21:39 -0800 |
| commit | 2179f9d68acffeebf5bd3ee5dcc33daa614b13aa (patch) | |
| tree | 17a5c6108ffdc6f858d8dd000b905b20dcf54dc4 | |
| parent | e5d6ab9b31315b189670a9a58d65054c1df35401 (diff) | |
| parent | 9e8afcc6616546d38204d5b8da96ed1126aa0ea8 (diff) | |
| download | bootstrap-2179f9d68acffeebf5bd3ee5dcc33daa614b13aa.tar.xz bootstrap-2179f9d68acffeebf5bd3ee5dcc33daa614b13aa.zip | |
Merge pull request #12287 from Quy/master
Add table's .info variant to migration guide
| -rw-r--r-- | docs/migration.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.html b/docs/migration.html index c0f0d9c48..ebff44885 100644 --- a/docs/migration.html +++ b/docs/migration.html @@ -290,7 +290,7 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m </tr> <tr> <td>Contextual table rows</td> - <td><code>.success</code> <code>.danger</code> <code>.warning</code> <code>.active</code></td> + <td><code>.success</code> <code>.danger</code> <code>.warning</code> <code>.active</code> <code>.info</code></td> </tr> <tr> <td>Contextual panels</td> |
