]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add new table functionality to table migration section 17189/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 21 Aug 2015 02:42:18 +0000 (22:42 -0400)
committerKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Fri, 21 Aug 2015 02:42:18 +0000 (22:42 -0400)
Calls out the new `.table-inverse`, `.table-reflow`, `.thead-default` and `.thead-inverse`

docs/migration.md

index 78eca6032bf56b266621a53f801958152465c9f0..f9b0f45e2ef111292861e0333157f619dfc22c9c 100644 (file)
@@ -60,6 +60,8 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
 - Responsive tables no longer require a wrapping element. Instead, just put the `.table-responsive` right on the `<table>`.
 - Renamed `.table-condensed` to `.table-sm` for consistency.
 - Added a new `.table-inverse` option.
+- Added a new `.table-reflow` option.
+- Added table header modifers: `.thead-default` and `.thead-inverse`
 
 ### Forms