Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-04-07 21:59:46 +0300
committerMark Otto <markdotto@gmail.com>2018-04-07 21:59:46 +0300
commit7748ae909eb4d1a09b8db9c09e9772fab146dccf (patch)
tree6acefd645e40731901b4c8aeb346df7cf34931df /docs
parent4880385b8f22261ca4946ef9568b61ba8f0500c5 (diff)
closes #26213
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 b03250eadf..6798d87290 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -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.