From: Mark Otto Date: Sat, 3 Feb 2018 08:02:14 +0000 (-0800) Subject: Clarify migration docs to remove mention of .table-responsive being for the parent... X-Git-Tag: v4.1.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f8145af209b8b642e57f89502add398dbd2e302;p=thirdparty%2Fbootstrap.git Clarify migration docs to remove mention of .table-responsive being for the parent element vs the table element itself (#25539) --- diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index 56d05417d1..c994086562 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -144,7 +144,6 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version ### Tables - Nearly all instances of the `>` selector have been removed, meaning nested tables will now automatically inherit styles from their parents. This greatly simplifies our selectors and potential customizations. -- 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 table header modifiers: `.thead-default` and `.thead-inverse`.