diff options
| author | Quy Ton <[email protected]> | 2014-01-18 16:08:39 -0800 |
|---|---|---|
| committer | Quy Ton <[email protected]> | 2014-01-18 16:08:39 -0800 |
| commit | 9e8afcc6616546d38204d5b8da96ed1126aa0ea8 (patch) | |
| tree | 17a5c6108ffdc6f858d8dd000b905b20dcf54dc4 | |
| parent | e5d6ab9b31315b189670a9a58d65054c1df35401 (diff) | |
| download | bootstrap-9e8afcc6616546d38204d5b8da96ed1126aa0ea8.tar.xz bootstrap-9e8afcc6616546d38204d5b8da96ed1126aa0ea8.zip | |
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> |
