diff options
| author | Kevin Kirsche <[email protected]> | 2015-08-20 22:38:47 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-08-20 22:38:47 -0400 |
| commit | 7a35231a92643070b7fe5d88afaf7e8549ba95b8 (patch) | |
| tree | 4aacb015efb3054892bb64f76b841e91c744f3f8 /docs | |
| parent | 85fac53cc8a531eaf33695e9dafa4a0132be46a5 (diff) | |
| download | bootstrap-7a35231a92643070b7fe5d88afaf7e8549ba95b8.tar.xz bootstrap-7a35231a92643070b7fe5d88afaf7e8549ba95b8.zip | |
Add new table variants not in V3
Audit the new table variants in V4 that aren't in V3
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index 78eca6032..1da453aee 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -112,7 +112,7 @@ We've added new components and changed some existing ones. Here are the new or u | Cards | New, more flexible component to replace v3's panels, thumbnails, and wells. | | New navbar | Replaces the previous navbar with a new, simpler component. | | New progress bars | Replaces the old `.progress` `<div>` with a real `<progress>` element. | -| New table variants | | +| New table variants | Adds `.table-inverse`, table head options, replaces `.table-condensed` with `.table-sm`, and `.table-reflow`. | | New utility classes | | TODO: audit new classes that didn't exist in v3 |
