Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
bcc16d07
Commit
bcc16d07
authored
9 years ago
by
Kevin Kirsche
Browse files
Options
Download
Email Patches
Plain Diff
Document migration from panels to cards
X-Ref: #17120 for `.panel-default` replacement
parent
85fac53c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/migration.md
+14
-0
docs/migration.md
with
14 additions
and
0 deletions
+14
-0
docs/migration.md
+
14
-
0
View file @
bcc16d07
...
@@ -88,6 +88,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
...
@@ -88,6 +88,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
Dropped entirely for the new card component.
Dropped entirely for the new card component.
#### Panels
-
`.panel`
to
`.card`
-
`.panel-default`
removed and no replacement
-
`.panel-heading`
to
`.card-header`
-
`.panel-title`
to
`.card-title`
-
`.panel-body`
to
`.card-block`
-
`.panel-footer`
to
`.card-footer`
-
`.panel-primary`
to
`.card-primary`
and
`.card-inverse`
-
`.panel-success`
to
`.card-success`
and
`.card-inverse`
-
`.panel-info`
to
`.card-info`
and
`.card-inverse`
-
`.panel-warning`
to
`.card-warning`
and
`.card-inverse`
-
`.panel-danger`
to
`.card-danger`
and
`.card-inverse`
### Carousel
### Carousel
-
Renamed
`.item`
to
`.carousel-item`
.
-
Renamed
`.item`
to
`.carousel-item`
.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets