aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Tisserand <[email protected]>2016-12-19 20:35:02 -0800
committerMark Otto <[email protected]>2016-12-19 20:35:02 -0800
commit69a09520d8a4ce15bad8d34c579df13307595f5c (patch)
tree65ee6b1b49bd254502df326f08d0bcb50071823f
parentf3282b565604a28a3cd18df54db159cff1db692c (diff)
downloadbootstrap-69a09520d8a4ce15bad8d34c579df13307595f5c.tar.xz
bootstrap-69a09520d8a4ce15bad8d34c579df13307595f5c.zip
Fix typo in migration docs: card-title is replacing panel-title (#21331)
-rw-r--r--docs/migration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 7a380ae27..487fa7c53 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -168,7 +168,7 @@ Dropped entirely for the new card component.
- `.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 }}/utilities/typography/#font-weight-and-italics)). Note that `.card-title`, while similarly named, produces a different look than `.panel-title`.
+- `.panel-title` to `.card-title`. 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 }}/utilities/typography/#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` (or use `.bg-primary` on `.card-header`)