diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:46:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:46:27 -0700 |
| commit | 8a7e08ebd25151fee02f2e3091190394f9d983cd (patch) | |
| tree | 2fe8adb6e4c3b6fcdd2a8aeca42b8580f68f177e /docs/components/label.md | |
| parent | 9330c4a947f023a4524b3e884be1d11ccef09cd7 (diff) | |
| download | bootstrap-8a7e08ebd25151fee02f2e3091190394f9d983cd.tar.xz bootstrap-8a7e08ebd25151fee02f2e3091190394f9d983cd.zip | |
docs twerks
Diffstat (limited to 'docs/components/label.md')
| -rw-r--r-- | docs/components/label.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/label.md b/docs/components/label.md index e5937fcd6..42fa51447 100644 --- a/docs/components/label.md +++ b/docs/components/label.md @@ -33,7 +33,7 @@ Add any of the below mentioned modifier classes to change the appearance of a la ### Pill labels -Use the `.label-pill` modifier class to increase the rounded corners. Useful if you miss the badges from v3. +Use the `.label-pill` modifier class to make labels more rounded (with a larger `border-radius` and additional horizontal `padding`). Useful if you miss the badges from v3. {% example html %} <span class="label label-pill label-default">Default</span> |
