From 8dfe93d0b95939f36476105792592d7da7bf3c6a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 30 Nov 2013 23:38:39 -0800 Subject: [PATCH] Add docs example to go with #11536 --- components.html | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) 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 %}