aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJonathan <[email protected]>2016-08-15 17:04:03 +0200
committerGitHub <[email protected]>2016-08-15 17:04:03 +0200
commit24a3fbfeac1fb6002377d5d25713fae1b37ca1b9 (patch)
tree8f014c66a0fbd6112b1b2a3813f290a0f7dee123 /docs
parent3a0fed1590c8abc166bb8ed2c3853396dbe3801d (diff)
downloadbootstrap-24a3fbfeac1fb6002377d5d25713fae1b37ca1b9.tar.xz
bootstrap-24a3fbfeac1fb6002377d5d25713fae1b37ca1b9.zip
Added information about the .panel-group class
Diffstat (limited to 'docs')
-rw-r--r--docs/migration.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index b043fbfad..751a2e27e 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>`, `.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`