From: judetucker Date: Mon, 27 Jun 2016 21:14:26 +0000 (-0700) Subject: Mention .list-inline-item change in the migration guide X-Git-Tag: v4.0.0-alpha.3~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21ff400689c393e8d4e87c9ade3dbd073b31665;p=thirdparty%2Fbootstrap.git Mention .list-inline-item change in the migration guide Fixes #18813 Closes #20187 [skip sauce] --- diff --git a/docs/migration.md b/docs/migration.md index b8da6a9682..21217ab70b 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -67,6 +67,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Dropped `.page-header` as, aside from the border, all it's styles can be applied via utilities. - `.dl-horizontal` has been dropped. Instead, use `.row` on `
` and use grid column classes (or mixins) on its `
` and `
` children. - Custom `
` styling has moved to classes—`.blockquote` and the `.blockquote-reverse` modifier. +- `.list-inline` now requires that its children list items have the new `.list-inline-item` class applied to them. ### Images