From 275989e64f6b69d246fa69148f81943336d7bbdf Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 24 Aug 2015 16:32:32 -0700 Subject: Document that dropdowns are intentionally click-based rather than hover-based And link to a relevant blog post w/ more info. Refs #16966 [skip sauce] --- docs/components/dropdowns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md index 037e0d1cf..785913dc4 100644 --- a/docs/components/dropdowns.md +++ b/docs/components/dropdowns.md @@ -4,7 +4,7 @@ title: Dropdowns group: components --- -Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. +Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They're made interactive with the included Bootstrap dropdown JavaScript plugin. They're toggled by clicking, not by hovering; this is [an intentional design decision.](http://markdotto.com/2012/02/27/bootstrap-explained-dropdowns/) ## Contents -- cgit v1.2.3 From 3b415db33ff068161646b1938c59aa160ee690a7 Mon Sep 17 00:00:00 2001 From: wangsai Date: Tue, 25 Aug 2015 14:49:02 +0800 Subject: fix footer links --- docs/_includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 48074e384..f02cd4ba7 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -3,8 +3,8 @@

Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.

Currently v{{ site.current_version }}. Code licensed MIT, docs CC BY 3.0.

-- cgit v1.2.3