Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d11c9334
Commit
d11c9334
authored
8 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix that navbar toggler example in docs
parent
39a10e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/navbar.md
+1
-3
docs/components/navbar.md
with
1 addition
and
3 deletions
+1
-3
docs/components/navbar.md
+
1
-
3
View file @
d11c9334
...
@@ -316,9 +316,7 @@ Our collapse plugin allows you to use a `<button>` or `<a>` to toggle hidden con
...
@@ -316,9 +316,7 @@ Our collapse plugin allows you to use a `<button>` or `<a>` to toggle hidden con
{% example html %}
{% example html %}
<nav
class=
"navbar navbar-dark bg-inverse"
>
<nav
class=
"navbar navbar-dark bg-inverse"
>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#exCollapsingNavbarDark"
aria-controls=
"exCollapsingNavbarDark"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#exCollapsingNavbarDark"
aria-controls=
"exCollapsingNavbarDark"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
></button>
☰
</button>
<div
class=
"collapse"
id=
"exCollapsingNavbarDark"
>
<div
class=
"collapse"
id=
"exCollapsingNavbarDark"
>
<div
class=
"bg-inverse text-muted p-a-1"
>
<div
class=
"bg-inverse text-muted p-a-1"
>
<h4>
Collapsed content
</h4>
<h4>
Collapsed content
</h4>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment