]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update .tag to .badge in migration (#21565)
authorQuy <quy@fluxbb.org>
Mon, 16 Jan 2017 05:46:42 +0000 (21:46 -0800)
committerMark Otto <markd.otto@gmail.com>
Mon, 16 Jan 2017 05:46:42 +0000 (21:46 -0800)
docs/migration.md

index cb4b1341010424845c9a9d1d7fa0c8da2175e3c5..5e623317eba7fe9754267640cfa6d37009d01c46 100644 (file)
@@ -170,11 +170,11 @@ The navbar has been entirely rewritten in flexbox with improved support for alig
 
 - An explicit class, `.breadcrumb-item`, is now required on the descendants of `.breadcrumb`s
 
-### Labels, badges, and tags
+### Labels and badges
 
-- Renamed `.label` to `.tag` to disambiguate from the `<label>` element.
-- Dropped the `.badge` component as it was nearly identical to labels/tags. Use the `.tag-pill` modifier together with the label component instead for that rounded look.
-- Tags are no longer floated automatically in list groups and other components. Utility classes are now required for that.
+- Renamed `.label` to `.badge` to disambiguate from the `<label>` element.
+- Dropped the `.badge` component as it was nearly identical to labels. Use the `.badge-pill` modifier together with the label component instead for that rounded look.
+- Badges are no longer floated automatically in list groups and other components. Utility classes are now required for that.
 
 ### Panels, thumbnails, and wells