diff options
| author | Mark Otto <[email protected]> | 2017-10-18 14:22:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-18 14:22:32 -0700 |
| commit | 64ccd8974a262fb4ea5a247ead52cec5786afdd4 (patch) | |
| tree | 52b43b9e1328fd7586adbfe3c180de01e553fdc5 | |
| parent | 1a569bab3f5f7c9711dfdb0ecd134fc7f9c1c32d (diff) | |
| parent | a2edd106a78c5c4f0d3799a9b7330e1440c2f7f6 (diff) | |
| download | bootstrap-64ccd8974a262fb4ea5a247ead52cec5786afdd4.tar.xz bootstrap-64ccd8974a262fb4ea5a247ead52cec5786afdd4.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
| -rw-r--r-- | docs/4.0/components/badge.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md index c42d948d6..287005e7d 100644 --- a/docs/4.0/components/badge.md +++ b/docs/4.0/components/badge.md @@ -70,7 +70,7 @@ Use the `.badge-pill` modifier class to make badges more rounded (with a larger ## Links -Using the `.badge` classes with the `<a>` element quickly provide _actionable_ badges with hover and focus states. +Using the contextual `.badge-*` classes on an `<a>` element quickly provide _actionable_ badges with hover and focus states. {% example html %} {% for color in site.data.theme-colors %} |
