From: Johann-S Date: Tue, 22 Aug 2017 20:16:24 +0000 (+0300) Subject: Add a navbar-bottom example with a dropup inside. X-Git-Tag: v4.0.0-beta.2~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=101129763c0fcd29ae194874c6710339dede5d4a;p=thirdparty%2Fbootstrap.git Add a navbar-bottom example with a dropup inside. --- diff --git a/docs/4.0/examples/index.md b/docs/4.0/examples/index.md index 344d5be300..f155d2dd4a 100644 --- a/docs/4.0/examples/index.md +++ b/docs/4.0/examples/index.md @@ -72,6 +72,13 @@ Taking the default navbar component and showing how it can be moved, placed, and

Super basic template with a fixed top navbar along with some additional content.

+
+ + +

Bottom navbar

+
+

Super basic template with a bottom navbar along with some additional content.

+
## Custom components diff --git a/docs/4.0/examples/navbar-bottom/index.html b/docs/4.0/examples/navbar-bottom/index.html new file mode 100644 index 0000000000..3046f9b9ba --- /dev/null +++ b/docs/4.0/examples/navbar-bottom/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + Bottom navbar example for Bootstrap + + + + + + +
+
+

Bottom Navbar example

+

This example is a quick exercise to illustrate how the bottom navbar works.

+ View navbar docs » +
+
+ + + + + + + + + + diff --git a/docs/4.0/examples/screenshots/navbar-bottom.jpg b/docs/4.0/examples/screenshots/navbar-bottom.jpg new file mode 100644 index 0000000000..c25c2f89cf Binary files /dev/null and b/docs/4.0/examples/screenshots/navbar-bottom.jpg differ