aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClark Winkelmann <[email protected]>2017-08-11 18:53:24 +0200
committerMark Otto <[email protected]>2017-08-11 10:14:00 -0700
commitac9176be92765d3fd6ff57c24858d8cb14964b39 (patch)
treed695e0ba0c72b1bf4bf613e2321b3bce00ee19d9 /docs
parent8a7fe34005d865cafb0c40e12592241abc46b13e (diff)
downloadbootstrap-ac9176be92765d3fd6ff57c24858d8cb14964b39.tar.xz
bootstrap-ac9176be92765d3fd6ff57c24858d8cb14964b39.zip
Fix .table-info migration text
.table-info should be .info in bootstrap 3
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index ae681a143..f5bdc8b72 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