From: Mark Otto Date: Thu, 30 Apr 2020 06:11:51 +0000 (-0700) Subject: Fixes #30503 to replace renamed position utility (#30505) X-Git-Tag: v4.5.0~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79d14f7c835df8dfcac50390594662038fda824;p=thirdparty%2Fbootstrap.git Fixes #30503 to replace renamed position utility (#30505) --- diff --git a/site/docs/4.4/assets/scss/_component-examples.scss b/site/docs/4.4/assets/scss/_component-examples.scss index 084ad92bae..169100c340 100644 --- a/site/docs/4.4/assets/scss/_component-examples.scss +++ b/site/docs/4.4/assets/scss/_component-examples.scss @@ -109,15 +109,6 @@ margin-top: 2rem; } - .pos-f-t { - position: relative; - margin: -1rem; - - @include media-breakpoint-up(sm) { - margin: -1.5rem; - } - } - .custom-file-input:lang(es) ~ .custom-file-label::after { content: "Elegir"; } diff --git a/site/docs/4.4/components/navbar.md b/site/docs/4.4/components/navbar.md index fffaa693ce..64dcb3bda4 100644 --- a/site/docs/4.4/components/navbar.md +++ b/site/docs/4.4/components/navbar.md @@ -564,7 +564,7 @@ With a toggler on the left and brand name on the right: Sometimes you want to use the collapse plugin to trigger hidden content elsewhere on the page. Because our plugin works on the `id` and `data-target` matching, that's easily done! {% capture example %} -
+