mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix .table-info migration text
.table-info should be .info in bootstrap 3
This commit is contained in:
parent
8a7fe34005
commit
ac9176be92
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue