From: Clark Winkelmann Date: Fri, 11 Aug 2017 16:53:24 +0000 (+0200) Subject: Fix .table-info migration text X-Git-Tag: v4.0.0-beta.2~395 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9176be92765d3fd6ff57c24858d8cb14964b39;p=thirdparty%2Fbootstrap.git Fix .table-info migration text .table-info should be .info in bootstrap 3 --- diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md index ae681a1436..f5bdc8b727 100644 --- a/docs/4.0/migration.md +++ b/docs/4.0/migration.md @@ -90,7 +90,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version - Renamed `.table-condensed` to `.table-sm` for consistency. - Added a new `.table-inverse` option. - Added table header modifiers: `.thead-default` and `.thead-inverse`. -- Renamed contextual classes to have a `.table-`-prefix. Hence `.active`, `.success`, `.warning`, `.danger` and `.table-info` to `.table-active`, `.table-success`, `.table-warning`, `.table-danger` and `.table-info`. +- Renamed contextual classes to have a `.table-`-prefix. Hence `.active`, `.success`, `.warning`, `.danger` and `.info` to `.table-active`, `.table-success`, `.table-warning`, `.table-danger` and `.table-info`. ### Forms