From: Jonathan Date: Wed, 9 Dec 2015 15:56:53 +0000 (+0100) Subject: Added information about the help-block class X-Git-Tag: v4.0.0-alpha.3~506 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87169c3401d620aa26ca1e5d464b6706e3eb5e2f;p=thirdparty%2Fbootstrap.git Added information about the help-block class Fixes #18505 Closes #18509 --- diff --git a/docs/migration.md b/docs/migration.md index f14ef6d3d9..82f8138735 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -76,6 +76,7 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with - Renamed `.control-label` to `.form-control-label`. - Renamed `.input-lg` and `.input-sm` to `.form-control-lg` and `.form-control-sm`, respectively. - Dropped `.form-group-*` classes for simplicity's sake. Use `.form-control-*` classes instead now. +- Dropped `.help-block`. Use the `.text-muted` utility class instead. - Horizontal forms overhauled: - Dropped the `.form-horizontal` class requirement. - `.form-group` no longer mixins the `.row` class, so it's now required for grid layouts.