From: Jonathan Date: Mon, 15 Aug 2016 15:04:03 +0000 (+0200) Subject: Added information about the .panel-group class X-Git-Tag: v4.0.0-alpha.4~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F20519%2Fhead;p=thirdparty%2Fbootstrap.git Added information about the .panel-group class --- diff --git a/docs/migration.md b/docs/migration.md index b043fbfadb..751a2e27ec 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -161,6 +161,7 @@ Dropped entirely for the new card component. - `.panel` to `.card` - `.panel-default` removed and no replacement +- `.panel-group` removed and no replacement. `.card-group` is not a replacement, it is different. - `.panel-heading` to `.card-header` - `.panel-title` to `.card-header`. Depending on the desired look, you may also want to use [heading elements or classes]({{ site.baseurl }}/content/typography/#headings) (e.g. `

`, `.h3`) or bold elements or classes (e.g. ``, ``, [`.font-weight-bold`]({{ site.baseurl }}/components/utilities/#font-weight-and-italics)). Note that `.card-title`, while similarly named, produces a different look than `.panel-title`. - `.panel-body` to `.card-block`