From: Supergibbs Date: Fri, 29 May 2015 18:32:25 +0000 (-0700) Subject: A little cleanup X-Git-Tag: v3.3.6~61^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24918b3bd854049fa1f3cecad81677576f2e1a29;p=thirdparty%2Fbootstrap.git A little cleanup --- 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

-