diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 708a4870c0..d97c3a4e41 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 %} @@ -82,11 +82,6 @@ Fancy larger or smaller buttons? Add `.btn-lg`, `.btn-sm`, or `.btn-xs` for addi {% endexample %} -{% example html %} - - -{% endexample %} - Create block level buttons—those that span the full width of a parent—by adding `.btn-block`. {% example html %}