diff options
| author | Thomas McDonald <[email protected]> | 2015-08-19 10:38:22 -0700 |
|---|---|---|
| committer | Thomas McDonald <[email protected]> | 2015-08-19 10:38:22 -0700 |
| commit | 323b9b13207c46ba835cf3a87ba9213ff19d7555 (patch) | |
| tree | 141820fb18d6d337b8b3381ef51ab249f3f4ac51 | |
| parent | e7b0d726dbe8ad7b442056846b52545e391ace18 (diff) | |
| download | bootstrap-323b9b13207c46ba835cf3a87ba9213ff19d7555.tar.xz bootstrap-323b9b13207c46ba835cf3a87ba9213ff19d7555.zip | |
remove .btn-xs reference in docs
| -rw-r--r-- | docs/components/buttons.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 708a4870c..d97c3a4e4 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -70,7 +70,7 @@ In need of a button, but not the hefty background colors they bring? Replace the ## Sizes -Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for additional sizes. +Fancy larger or smaller buttons? Add `.btn-lg` or `.btn-sm` for additional sizes. {% example html %} <button type="button" class="btn btn-primary btn-lg">Large button</button> @@ -82,11 +82,6 @@ Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for addi <button type="button" class="btn btn-secondary btn-sm">Small button</button> {% endexample %} -{% example html %} -<button type="button" class="btn btn-primary btn-xs">Extra small button</button> -<button type="button" class="btn btn-secondary btn-xs">Extra small button</button> -{% endexample %} - Create block level buttons—those that span the full width of a parent—by adding `.btn-block`. {% example html %} |
