From: Thomas McDonald Date: Wed, 19 Aug 2015 17:38:22 +0000 (-0700) Subject: remove .btn-xs reference in docs X-Git-Tag: v4.0.0-alpha.2~529 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=323b9b13207c46ba835cf3a87ba9213ff19d7555;p=thirdparty%2Fbootstrap.git remove .btn-xs reference in docs --- 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 %}