From: Kevin Kirsche Date: Fri, 21 Aug 2015 02:42:18 +0000 (-0400) Subject: Add new table functionality to table migration section X-Git-Tag: v4.0.0-alpha.2~486^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc4bfcdf441e927397c857ec25b1e63953809212;p=thirdparty%2Fbootstrap.git Add new table functionality to table migration section Calls out the new `.table-inverse`, `.table-reflow`, `.thead-default` and `.thead-inverse` --- diff --git a/docs/migration.md b/docs/migration.md index 78eca6032b..f9b0f45e2e 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -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 ``. - 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