From: Chris Rebert Date: Mon, 21 Dec 2015 18:55:58 +0000 (-0700) Subject: Migration guide: .panel-title's closest replacement is .card-header; fixes #18619 X-Git-Tag: v4.0.0-alpha.3~482^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15cf85588d3a28453123794cc6e4a8b616f64738;p=thirdparty%2Fbootstrap.git Migration guide: .panel-title's closest replacement is .card-header; fixes #18619 [skip sauce] --- diff --git a/docs/migration.md b/docs/migration.md index e99e92b793..b586a41c34 100644 --- a/docs/migration.md +++ b/docs/migration.md @@ -127,7 +127,7 @@ Dropped entirely for the new card component. - `.panel` to `.card` - `.panel-default` removed and no replacement - `.panel-heading` to `.card-header` -- `.panel-title` to `.card-title` +- `.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` - `.panel-footer` to `.card-footer` - `.panel-primary` to `.card-primary` and `.card-inverse`