Commit ac9176be authored by Clark Winkelmann's avatar Clark Winkelmann Committed by Mark Otto
Browse files

Fix .table-info migration text

.table-info should be .info in bootstrap 3
parent 8a7fe340
Showing with 1 addition and 1 deletion
+1 -1
...@@ -90,7 +90,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version ...@@ -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. - Renamed `.table-condensed` to `.table-sm` for consistency.
- Added a new `.table-inverse` option. - Added a new `.table-inverse` option.
- Added table header modifiers: `.thead-default` and `.thead-inverse`. - 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 ### Forms
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment