]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in migration docs: card-title is replacing panel-title (#21331)
authorGeoffrey Tisserand <geoffrey.tisserand@gmail.com>
Tue, 20 Dec 2016 04:35:02 +0000 (20:35 -0800)
committerMark Otto <markd.otto@gmail.com>
Tue, 20 Dec 2016 04:35:02 +0000 (20:35 -0800)
docs/migration.md

index 7a380ae2770a91eac28eef0b568b9607fe936cef..487fa7c53cc8cf814224a631ff3a9490255d77ec 100644 (file)
@@ -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`)