From: Mark Otto Date: Mon, 8 Dec 2014 06:26:19 +0000 (-0800) Subject: fixes #15311: mention in docs requirement for .btn-group-* sizing on immediate .btn... X-Git-Tag: v3.3.2~5^2~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e11c634be998ccefef9587a059af680b17f9d9e2;p=thirdparty%2Fbootstrap.git fixes #15311: mention in docs requirement for .btn-group-* sizing on immediate .btn-group --- diff --git a/docs/_includes/components/button-groups.html b/docs/_includes/components/button-groups.html index 28e009cbbe..d0f958da8e 100644 --- a/docs/_includes/components/button-groups.html +++ b/docs/_includes/components/button-groups.html @@ -61,7 +61,7 @@ {% endhighlight %}

Sizing

-

Instead of applying button sizing classes to every button in a group, just add .btn-group-* to the .btn-group.

+

Instead of applying button sizing classes to every button in a group, just add .btn-group-* each .btn-group, including when nesting multiple groups.