From f15f259876d77004fadf5b5937af5ab6b5eabb8e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Aug 2013 09:59:38 -0700 Subject: derp --- components.html | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index bbfcf69c6..b619d0db0 100644 --- a/components.html +++ b/components.html @@ -230,11 +230,41 @@ base_url: "../"

Vertical button groups

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

-
+
+
+ + +
+
+ + +
+
+ + +
{% highlight html %} -- cgit v1.2.3 From 69a3e9b4d07cdaa281525c067f11ea83e1863f1b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 13 Aug 2013 10:24:18 -0700 Subject: enable button groups in vertical button groups --- components.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'components.html') diff --git a/components.html b/components.html index b619d0db0..fe4cf1631 100644 --- a/components.html +++ b/components.html @@ -230,7 +230,7 @@ base_url: "../"

Vertical button groups

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

-
+
@@ -265,6 +265,16 @@ base_url: "../"
  • Dropdown link
  • +
    + + +
    {% highlight html %} -- cgit v1.2.3