From 73a88dbe8649758e20464c60cfd568e4828d6c27 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 00:17:35 +0200 Subject: Docs: Update all dropdowns to new HTML structure --- docs/components/button-group.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'docs/components/button-group.md') diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 73d3ef5ff..12c472b08 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -96,10 +96,10 @@ Place a `.btn-group` within another `.btn-group` when you want dropdown menus mi - + {% endexample %} @@ -116,10 +116,10 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli - + @@ -127,28 +127,28 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli - +
- +
- +
-- cgit v1.2.3 From 66be25917a66a2cdb19a297a1ce7e5642357fc06 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:15:17 +0200 Subject: Docs: various fixes Mostly links. Fixes #17056. --- docs/components/button-group.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/button-group.md') diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 12c472b08..5f7886303 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -4,7 +4,7 @@ title: Button group group: components --- -Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin](../javascript/#buttons). +Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin]({{ site.baseurl }}/components/buttons/#button-plugin). ## Contents -- cgit v1.2.3 From 2965adfea0071e05c92ca07450f473ea62714403 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Sat, 22 Aug 2015 21:16:05 +0300 Subject: Remove dropped btn-xs and btn-group-xs from docs --- docs/components/button-group.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs/components/button-group.md') diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 5f7886303..c14d3d63a 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -68,19 +68,12 @@ Instead of applying button sizing classes to every button in a group, just add ` -
-
- - - -
{% highlight html %}
...
...
...
-
...
{% endhighlight %} ## Nesting -- cgit v1.2.3