From: Mark Otto Date: Sun, 1 Dec 2013 07:38:39 +0000 (-0800) Subject: Add docs example to go with #11536 X-Git-Tag: v3.0.3~16^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dfe93d0b95939f36476105792592d7da7bf3c6a;p=thirdparty%2Fbootstrap.git Add docs example to go with #11536 --- diff --git a/components.html b/components.html index e4c128ae30..457398078f 100644 --- a/components.html +++ b/components.html @@ -1153,11 +1153,11 @@ base_url: "../" {% endhighlight %}

Justified link variation

-

Make a group of buttons stretch at the same size to span the entire width of its parent.

+

Make a group of buttons stretch at the same size to span the entire width of its parent. Also works with button dropdowns within the button group.

Element-specific usage

-

This only works with <a> elements as the <button> doesn't pick up these styles.

+

This only works with <a> elements as the <button> doesn't pick up the styles we use to justify content (some display: table-cell;-fu).

@@ -1166,6 +1166,23 @@ base_url: "../" Middle Right
+
+
+ Left + Middle + +
{% highlight html %}