]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
closes #26213
authorMark Otto <markdotto@gmail.com>
Sat, 7 Apr 2018 18:59:46 +0000 (11:59 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 7 Apr 2018 18:59:46 +0000 (11:59 -0700)
docs/4.0/migration.md

index b03250eadf311e63b67a85ecb81548597d19cd77..6798d87290408ca2a383c5c3bbf6ffb7b0b86141 100644 (file)
@@ -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.