mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
closes #26213
This commit is contained in:
parent
4880385b8f
commit
7748ae909e
@ -130,7 +130,7 @@ New to Bootstrap 4 is the [Reboot]({{ site.baseurl }}/docs/{{ site.docs_version
|
||||
### Typography
|
||||
|
||||
- Moved all `.text-` utilities to the `_utilities.scss` file.
|
||||
- Dropped `.page-header` as, aside from the border, all its styles can be applied via utilities.
|
||||
- Dropped `.page-header` as its styles can be applied via utilities.
|
||||
- `.dl-horizontal` has been dropped. Instead, use `.row` on `<dl>` and use grid column classes (or mixins) on its `<dt>` and `<dd>` children.
|
||||
- Redesigned blockquotes, moving their styles from the `<blockquote>` element to a single class, `.blockquote`. Dropped the `.blockquote-reverse` modifier for text utilities.
|
||||
- `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them.
|
||||
|
Loading…
Reference in New Issue
Block a user