From: Chris Rebert Date: Sun, 4 Aug 2013 06:34:26 +0000 (-0700) Subject: adjust description & give source for nested `.btn-group`s example X-Git-Tag: v3.0.0-rc.2~138^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e8342c7a53a72057730d766293c1b8a74ee828;p=thirdparty%2Fbootstrap.git adjust description & give source for nested `.btn-group`s example --- diff --git a/components.html b/components.html index 3e18758522..7b0f0d0ed2 100644 --- a/components.html +++ b/components.html @@ -155,12 +155,11 @@ base_url: "../" {% endhighlight %}

Nested button groups

-

Place buttons groups within button groups when you want dropdown menus mixed with a series of buttons.

+

Place a .btn-group within another .btn-group when you want dropdown menus mixed with a series of buttons.

-
+{% highlight html %} +
+ + + +
+ + +
+
+{% endhighlight %}

Vertical button groups

Make a set of buttons appear vertically stacked rather than horizontally.