From e795ea1084acfdca87d7715a7b6010095be8a28b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 25 Oct 2014 18:44:55 -0700 Subject: [PATCH] Fixes #14791: document dropdown dividers --- docs/_includes/components/dropdowns.html | 28 ++++++++++++++++++++---- docs/_includes/nav/components.html | 1 + 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/docs/_includes/components/dropdowns.html b/docs/_includes/components/dropdowns.html index 4889c64f2f..a88feafd2a 100644 --- a/docs/_includes/components/dropdowns.html +++ b/docs/_includes/components/dropdowns.html @@ -15,7 +15,6 @@
  • Action
  • Another action
  • Something else here
  • -
  • Separated link
  • @@ -30,7 +29,6 @@
  • Action
  • Another action
  • Something else here
  • -
  • Separated link
  • @@ -65,7 +63,6 @@
  • Action
  • Another action
  • Something else here
  • -
  • Separated link
  • @@ -73,10 +70,33 @@ {% highlight html %} +{% endhighlight %} + + +

    Add a divider to separate series of links in a dropdown menu.

    +
    + +
    +{% highlight html %} + {% endhighlight %} diff --git a/docs/_includes/nav/components.html b/docs/_includes/nav/components.html index ebc0c904f3..bf52d0e590 100644 --- a/docs/_includes/nav/components.html +++ b/docs/_includes/nav/components.html @@ -12,6 +12,7 @@
  • Example
  • Alignment options
  • Headers
  • +
  • Divider
  • Disabled menu items
  • -- 2.47.2