From d459dfac74e90c29950d49a82edc19fd913d435e Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 29 Jul 2021 08:25:05 +0000 Subject: update to bootstrap 5.0.2 --- .../docs/5.0/examples/navbar-static/index.html | 40 ++++++++++++++++++++++ .../docs/5.0/examples/navbar-static/navbar-top.css | 4 +++ 2 files changed, 44 insertions(+) create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/index.html create mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/navbar-top.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/index.html b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/index.html new file mode 100644 index 000000000..fe95dab47 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/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.0/examples/navbar-static/navbar-top.css b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-static/navbar-top.css new file mode 100644 index 000000000..25bbdde09 --- /dev/null +++ b/vendor/twbs/bootstrap/site/content/docs/5.0/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