diff options
| author | Chris Rebert <[email protected]> | 2015-12-21 12:03:30 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-12-21 12:03:30 -0700 |
| commit | 84b8a1999e3e379e4651a2956aab37149e171e73 (patch) | |
| tree | 23e93cb650a060fbcfff3be0e7dbd240855aad83 /docs | |
| parent | d756e12f7837aff41f279e25f4b280aae5630d5c (diff) | |
| parent | 15cf85588d3a28453123794cc6e4a8b616f64738 (diff) | |
| download | bootstrap-84b8a1999e3e379e4651a2956aab37149e171e73.tar.xz bootstrap-84b8a1999e3e379e4651a2956aab37149e171e73.zip | |
Merge pull request #18624 from twbs/fix-18619
Migration guide: .panel-title's closest replacement is .card-header
Diffstat (limited to 'docs')
| -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 e99e92b79..b586a41c3 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>`, `.h3`) or bold elements or classes (e.g. `<strong>`, `<b>`, [`.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` |
