aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/migration.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-25 18:30:24 -0700
committerMark Otto <[email protected]>2017-06-25 18:30:24 -0700
commit9372eef9e10b5c5b31fa7e4fdf5d4237915cd419 (patch)
treed02383015f1dcea526e22e056ad8a72544db019e /docs/4.0/migration.md
parent36e482ed2728eec37188b5ec486283334bb3034f (diff)
downloadbootstrap-9372eef9e10b5c5b31fa7e4fdf5d4237915cd419.tar.xz
bootstrap-9372eef9e10b5c5b31fa7e4fdf5d4237915cd419.zip
rename .card-inverse to .card-dark, update docs to match
Diffstat (limited to 'docs/4.0/migration.md')
-rw-r--r--docs/4.0/migration.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/4.0/migration.md b/docs/4.0/migration.md
index b91205e85..189929ae3 100644
--- a/docs/4.0/migration.md
+++ b/docs/4.0/migration.md
@@ -201,11 +201,11 @@ Dropped entirely for the new card component.
- `.panel-title` to `.card-title`. Depending on the desired look, you may also want to use [heading elements or classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/content/typography/#headings) (e.g. `<h3>`, `.h3`) or bold elements or classes (e.g. `<strong>`, `<b>`, [`.font-weight-bold`]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/typography/#font-weight-and-italics)). Note that `.card-title`, while similarly named, produces a different look than `.panel-title`.
- `.panel-body` to `.card-body`
- `.panel-footer` to `.card-footer`
-- `.panel-primary` to `.card-primary` and `.card-inverse` (or use `.bg-primary` on `.card-header`)
-- `.panel-success` to `.card-success` and `.card-inverse` (or use `.bg-success` on `.card-header`)
-- `.panel-info` to `.card-info` and `.card-inverse` (or use `.bg-info` on `.card-header`)
-- `.panel-warning` to `.card-warning` and `.card-inverse` (or use `.bg-warning` on `.card-header`)
-- `.panel-danger` to `.card-danger` and `.card-inverse` (or use `.bg-danger` on `.card-header`)
+- `.panel-primary` to `.card-primary` and `.card-dark` (or use `.bg-primary` on `.card-header`)
+- `.panel-success` to `.card-success` and `.card-dark` (or use `.bg-success` on `.card-header`)
+- `.panel-info` to `.card-info` and `.card-dark` (or use `.bg-info` on `.card-header`)
+- `.panel-warning` to `.card-warning` and `.card-dark` (or use `.bg-warning` on `.card-header`)
+- `.panel-danger` to `.card-danger` and `.card-dark` (or use `.bg-danger` on `.card-header`)
### Carousel