From 89e4006b2d84d398e34d407a019854823b1dd37d Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 22 Sep 2021 06:38:27 +0000 Subject: composer update bootstrap to version 5.1.1 --- .../docs/5.1/examples/navbar-static/index.html | 40 ++++++++++++++++++++++ .../docs/5.1/examples/navbar-static/navbar-top.css | 4 +++ 2 files changed, 44 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/navbar-top.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/index.html b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/index.html new file mode 100644 index 000000000..63c54c9f2 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/index.html @@ -0,0 +1,40 @@ +--- +layout: examples +title: Top navbar example +extra_css: + - "navbar-top.css" +--- + + + +
+
+

Navbar example

+

This example is a quick exercise to illustrate how the top-aligned navbar works. As you scroll, this navbar remains in its original position and moves with the rest of the page.

+ }}" role="button">View navbar docs » +
+
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/navbar-top.css b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/navbar-top.css new file mode 100644 index 000000000..25bbdde09 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.1/examples/navbar-static/navbar-top.css @@ -0,0 +1,4 @@ +/* Show it's not fixed to the top */ +body { + min-height: 75rem; +} -- cgit v1.2.3