aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-08-21 22:43:14 -0700
committerGitHub <[email protected]>2016-08-21 22:43:14 -0700
commitc83a9ddbb9cb096c62d72b4d61a4ee546a4ebb21 (patch)
tree675275394df19007cc6f383c5a67b929f03e8b77 /docs/migration.md
parent4a63dc62bfb5cbc41002a77df6acb68bcf7a3bfb (diff)
parent24a3fbfeac1fb6002377d5d25713fae1b37ca1b9 (diff)
downloadbootstrap-c83a9ddbb9cb096c62d72b4d61a4ee546a4ebb21.tar.xz
bootstrap-c83a9ddbb9cb096c62d72b4d61a4ee546a4ebb21.zip
Merge pull request #20519 from vanillajonathan/patch-2
Added information about the .panel-group class
Diffstat (limited to 'docs/migration.md')
-rw-r--r--docs/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 518a142d2..197a3a7b2 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -162,6 +162,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>`, `.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`