From 19e8342c7a53a72057730d766293c1b8a74ee828 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sat, 3 Aug 2013 23:34:26 -0700 Subject: [PATCH] adjust description & give source for nested `.btn-group`s example --- components.html | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) 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.