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
470bb9c8
Commit
470bb9c8
authored
9 years ago
by
Bass Jobsen
Browse files
Options
Download
Email Patches
Plain Diff
add new CSS classes to the navbar
parent
cd74e2db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/justified-nav/index.html
+7
-7
docs/examples/justified-nav/index.html
with
7 additions
and
7 deletions
+7
-7
docs/examples/justified-nav/index.html
+
7
-
7
View file @
470bb9c8
...
@@ -28,12 +28,12 @@
...
@@ -28,12 +28,12 @@
<h3
class=
"text-muted"
>
Project name
</h3>
<h3
class=
"text-muted"
>
Project name
</h3>
<nav>
<nav>
<ul
class=
"nav nav-justified"
>
<ul
class=
"nav nav-justified"
>
<li
class=
"active"
><a
href=
"#"
>
Home
</a></li>
<li
class=
"
nav-item"
><a
class=
"nav-link
active"
href=
"#"
>
Home
</a></li>
<li
><a
href=
"#"
>
Projects
</a></li>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#"
>
Projects
</a></li>
<li
><a
href=
"#"
>
Services
</a></li>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#"
>
Services
</a></li>
<li
><a
href=
"#"
>
Downloads
</a></li>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#"
>
Downloads
</a></li>
<li
><a
href=
"#"
>
About
</a></li>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#"
>
About
</a></li>
<li
><a
href=
"#"
>
Contact
</a></li>
<li
class=
"nav-item"
><a
class=
"nav-link"
href=
"#"
>
Contact
</a></li>
</ul>
</ul>
</nav>
</nav>
</div>
</div>
...
@@ -67,7 +67,7 @@
...
@@ -67,7 +67,7 @@
<!-- Site footer -->
<!-- Site footer -->
<footer
class=
"footer"
>
<footer
class=
"footer"
>
<p>
©
Company 201
4
</p>
<p>
©
Company 201
6
</p>
</footer>
</footer>
</div>
<!-- /container -->
</div>
<!-- /container -->
...
...
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