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.0/examples/navbar-fixed/index.html | 40 ---------------------- .../5.0/examples/navbar-fixed/navbar-top-fixed.css | 5 --- 2 files changed, 45 deletions(-) delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/index.html delete mode 100644 vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css (limited to 'vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed') diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/index.html b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/index.html deleted file mode 100644 index 848137eff..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/index.html +++ /dev/null @@ -1,40 +0,0 @@ ---- -layout: examples -title: Fixed top navbar example -extra_css: - - "navbar-top-fixed.css" ---- - - - -
-
-

Navbar example

-

This example is a quick exercise to illustrate how fixed to top navbar works. As you scroll, it will remain fixed to the top of your browser’s viewport.

- }}" role="button">View navbar docs » -
-
diff --git a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css b/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css deleted file mode 100644 index c77c0c147..000000000 --- a/vendor/twbs/bootstrap/site/content/docs/5.0/examples/navbar-fixed/navbar-top-fixed.css +++ /dev/null @@ -1,5 +0,0 @@ -/* Show it is fixed to the top */ -body { - min-height: 75rem; - padding-top: 4.5rem; -} -- cgit v1.2.3