From: Shohei Yoshida Date: Thu, 6 Jun 2019 06:04:48 +0000 (+0900) Subject: Clean component examples CSS (#28872) X-Git-Tag: v5.0.0-alpha1~1063 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=543ff4e3e5c29509b3aa8643073d3cd0d109c536;p=thirdparty%2Fbootstrap.git Clean component examples CSS (#28872) * Remove unused classes/styles and use utilities instead of specific styles * Use `getElementById` instead of `querySelector` --- diff --git a/site/content/docs/4.3/components/navbar.md b/site/content/docs/4.3/components/navbar.md index 2861be6674..9d3dd57a7c 100644 --- a/site/content/docs/4.3/components/navbar.md +++ b/site/content/docs/4.3/components/navbar.md @@ -543,17 +543,15 @@ 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! {{< example >}} -
-