]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix .table-info migration text
authorClark Winkelmann <clark.winkelmann@gmail.com>
Fri, 11 Aug 2017 16:53:24 +0000 (18:53 +0200)
committerMark Otto <markd.otto@gmail.com>
Fri, 11 Aug 2017 17:14:00 +0000 (10:14 -0700)
.table-info should be .info in bootstrap 3

docs/4.0/migration.md

index ae681a1436cd32db32f950a48a9143fe1391f2c8..f5bdc8b72718ef254904a3162d9668ee8532fea9 100644 (file)
@@ -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