From: Mark Otto Date: Thu, 22 Dec 2016 02:19:15 +0000 (-0800) Subject: remove now unneeded collapse section X-Git-Tag: v4.0.0-alpha.6~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c76cbea7782bf94cb9f36acc552cf410f2dd4c3;p=thirdparty%2Fbootstrap.git remove now unneeded collapse section --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 60e9b695c9..8fc97684f0 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -430,53 +430,3 @@ Sometimes you want to use the collapse plugin to trigger hidden content elsewher {% endexample %} - -## Collapsible content - -Our collapse plugin allows you to use a ` -
-
-

Collapsed content

- Toggleable via the navbar brand. -
-
- -{% endexample %} - -For more complex navbar patterns, like those used in Bootstrap v3, use the `.navbar-toggleable-*` classes in conjunction with the `.navbar-toggler`. These classes override our responsive utilities to show navigation only when content is meant to be shown. - -{% example html %} -
-{% endexample %}