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
e0a2b9ed
Commit
e0a2b9ed
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#17441
parent
5fc4b353
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/navs.md
+2
-2
docs/components/navs.md
with
2 additions
and
2 deletions
+2
-2
docs/components/navs.md
+
2
-
2
View file @
e0a2b9ed
...
...
@@ -62,8 +62,8 @@ Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabb
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"nav-link"
>
Another link
</a>
</li>
<li
class=
"nav-item
disabled
"
>
<a
href=
"#"
class=
"nav-link"
>
Disabled
</a>
<li
class=
"nav-item"
>
<a
href=
"#"
class=
"nav-link
disabled
"
>
Disabled
</a>
</li>
</ul>
{% endexample %}
...
...
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