aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-02-03 00:02:14 -0800
committerXhmikosR <[email protected]>2018-02-03 10:02:14 +0200
commit0f8145af209b8b642e57f89502add398dbd2e302 (patch)
tree87347732aaa9cca21507811c12357503fa207834 /docs
parent5158338b7c0b12f2e01891e5b5bef18c8e64a1c0 (diff)
downloadbootstrap-0f8145af209b8b642e57f89502add398dbd2e302.tar.xz
bootstrap-0f8145af209b8b642e57f89502add398dbd2e302.zip
Clarify migration docs to remove mention of .table-responsive being for the parent element vs the table element itself (#25539)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index 56d05417d..c99408656 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 `<table>`.
- Renamed `.table-condensed` to `.table-sm` for consistency.
- Added a new `.table-inverse` option.
- Added table header modifiers: `.thead-default` and `.thead-inverse`.