diff --git a/docs/_includes/components/input-groups.html b/docs/_includes/components/input-groups.html index 7ea56c1c94..7f5d2fe73e 100644 --- a/docs/_includes/components/input-groups.html +++ b/docs/_includes/components/input-groups.html @@ -96,7 +96,6 @@ {% endhighlight %} -

Checkboxes and radio addons

Place any checkbox or radio option within an input group's addon instead of text.

@@ -140,7 +139,6 @@ {% endhighlight %} -

Button addons

Buttons in input groups are a bit different and require one extra level of nesting. Instead of .input-group-addon, you'll need to use .input-group-btn to wrap the buttons. This is required due to default browser styles that cannot be overridden.

@@ -185,7 +183,6 @@ {% endhighlight %}

Buttons with dropdowns

-