Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
17713a6d
Commit
17713a6d
authored
May 04, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correct right nav in navbar examples
parent
a0d02368
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
navbar-fixed-top.html
navbar-fixed-top.html
+1
-1
navbar-static-top.html
navbar-static-top.html
+5
-5
navbar.html
navbar.html
+1
-1
No files found.
navbar-fixed-top.html
View file @
17713a6d
...
@@ -44,7 +44,7 @@ title: Fixed navbar template
...
@@ -44,7 +44,7 @@ title: Fixed navbar template
</ul>
</ul>
</li>
</li>
</ul>
</ul>
<ul
class=
"nav pull-right"
>
<ul
class=
"nav
navbar-nav
pull-right"
>
<li><a
href=
"/examples/navbar/"
>
Default
</a></li>
<li><a
href=
"/examples/navbar/"
>
Default
</a></li>
<li><a
href=
"/examples/navbar-static-top/"
>
Static top
</a></li>
<li><a
href=
"/examples/navbar-static-top/"
>
Static top
</a></li>
<li
class=
"active"
><a
href=
"/examples/navbar-fixed-top/"
>
Fixed top
</a></li>
<li
class=
"active"
><a
href=
"/examples/navbar-fixed-top/"
>
Fixed top
</a></li>
...
...
navbar-static-top.html
View file @
17713a6d
...
@@ -40,11 +40,11 @@ title: Static navbar template
...
@@ -40,11 +40,11 @@ title: Static navbar template
</ul>
</ul>
</li>
</li>
</ul>
</ul>
<ul
class=
"
nav pull-right"
>
<ul
class=
"nav navbar-
nav pull-right"
>
<li><a
href=
"/examples/navbar/"
>
Default
</a></li>
<li><a
href=
"/examples/navbar/"
>
Default
</a></li>
<li
class=
"active"
><a
href=
"/examples/navbar-static-top/"
>
Static top
</a></li>
<li
class=
"active"
><a
href=
"/examples/navbar-static-top/"
>
Static top
</a></li>
<li><a
href=
"/examples/navbar-fixed-top/"
>
Fixed top
</a></li>
<li><a
href=
"/examples/navbar-fixed-top/"
>
Fixed top
</a></li>
</ul>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
</div>
...
...
navbar.html
View file @
17713a6d
...
@@ -46,7 +46,7 @@ title: Navbar template
...
@@ -46,7 +46,7 @@ title: Navbar template
</ul>
</ul>
</li>
</li>
</ul>
</ul>
<ul
class=
"nav pull-right"
>
<ul
class=
"nav
navbar-nav
pull-right"
>
<li
class=
"active"
><a
href=
"/examples/navbar/"
>
Default
</a></li>
<li
class=
"active"
><a
href=
"/examples/navbar/"
>
Default
</a></li>
<li><a
href=
"/examples/navbar-static-top/"
>
Static top
</a></li>
<li><a
href=
"/examples/navbar-static-top/"
>
Static top
</a></li>
<li><a
href=
"/examples/navbar-fixed-top/"
>
Fixed top
</a></li>
<li><a
href=
"/examples/navbar-fixed-top/"
>
Fixed top
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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