Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2af1be24
Commit
2af1be24
authored
7 years ago
by
Mark Otto
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
fix broken justified-nav example, fixes
#21874
parent
90c5f623
8 merge requests
!28721
Hot test
,
!27561
Adds font-weight-medium to font weight classes
,
!22391
V4 dev
,
!22598
test
,
!25326
Adjust examples
,
!23995
Add back cursor: pointer for .btn-link
,
!23178
Spinner
,
!17021
v4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/justified-nav/index.html
+3
-3
docs/examples/justified-nav/index.html
with
3 additions
and
3 deletions
+3
-3
docs/examples/justified-nav/index.html
+
3
-
3
View file @
2af1be24
...
...
@@ -23,12 +23,12 @@
<div
class=
"masthead"
>
<h3
class=
"text-muted"
>
Project name
</h3>
<nav
class=
"navbar navbar-light bg-faded rounded mb-3"
>
<nav
class=
"navbar
navbar-expand-md
navbar-light bg-faded rounded mb-3"
>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarCollapse"
aria-controls=
"navbarCollapse"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
<div
class=
"collapse navbar-
expand-md
"
id=
"navbarCollapse"
>
<ul
class=
"
nav
navbar-nav text-md-center justif
y-content-md-between
"
>
<div
class=
"collapse navbar-
collapse
"
id=
"navbarCollapse"
>
<ul
class=
"navbar-nav text-md-center
nav-
justif
ied w-100
"
>
<li
class=
"nav-item active"
>
<a
class=
"nav-link"
href=
"#"
>
Home
<span
class=
"sr-only"
>
(current)
</span></a>
</li>
...
...
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
Menu
Explore
Projects
Groups
Snippets