From 8dec4e8995f629d6d27538fc2947ee581909899f Mon Sep 17 00:00:00 2001 From: Zac Echola Date: Thu, 20 Aug 2015 09:18:11 -0500 Subject: Remove btn-xs from dropdown --- docs/components/button-dropdown.md | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'docs/components/button-dropdown.md') diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index 315b35107..87626136a 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -235,20 +235,6 @@ Button dropdowns work with buttons of all sizes. - {% highlight html %} @@ -271,16 +257,6 @@ Button dropdowns work with buttons of all sizes. ... - - -
- - -
{% endhighlight %} ### Dropup variation -- 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-dropdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/button-dropdown.md') diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index 87626136a..e2aa98df3 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -9,7 +9,7 @@ Use any button to trigger a dropdown menu by placing it within a `.btn-group` an {% callout danger %} #### Plugin dependency -Button dropdowns require the [dropdown plugin](../javascript/#dropdowns) to be included in your version of Bootstrap. +Button dropdowns require the [dropdown plugin]({{ site.baseurl }}/components/dropdowns/) to be included in your version of Bootstrap. {% endcallout %} ## Contents -- cgit v1.2.3