diff options
| author | Chris Rebert <[email protected]> | 2015-12-24 21:26:24 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-24 21:26:26 -0700 |
| commit | 4c86e37c2d79c6d80e66079de9065d8f6603486b (patch) | |
| tree | 025f45900a9faba1b73b7de098c829bf81d65903 /docs/migration.md | |
| parent | c9d86ff3a3d8d9889cae2216f61e519054c8e3ee (diff) | |
| download | bootstrap-4c86e37c2d79c6d80e66079de9065d8f6603486b.tar.xz bootstrap-4c86e37c2d79c6d80e66079de9065d8f6603486b.zip | |
Remove .dl-horizontal; it's redundant to the grid system; fixes #18652
[skip sauce]
Diffstat (limited to 'docs/migration.md')
| -rw-r--r-- | docs/migration.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md index d710d1768..76e29a253 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -54,7 +54,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Moved all `.text-` utilities to the `_utilities.scss` file. - Dropped the `.page-header` class entirely. -- `.dl-horizontal` now requires grid classes, increasing flexbility in column widths. +- `.dl-horizontal` has been dropped. Instead, use `.row` on `<dl>` and use grid column classes on its `<dt>` and `<dd>` children. - Custom `<blockquote>` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. ### Images |
