Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-19 00:22:32 +0300
committerMark Otto <markdotto@gmail.com>2017-10-19 00:22:32 +0300
commit64ccd8974a262fb4ea5a247ead52cec5786afdd4 (patch)
tree52b43b9e1328fd7586adbfe3c180de01e553fdc5 /docs
parent1a569bab3f5f7c9711dfdb0ecd134fc7f9c1c32d (diff)
parenta2edd106a78c5c4f0d3799a9b7330e1440c2f7f6 (diff)
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs')
-rw-r--r--docs/4.0/components/badge.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.0/components/badge.md b/docs/4.0/components/badge.md
index c42d948d67..287005e7d1 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 %}