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
c0e23ad2
Commit
c0e23ad2
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
nuke the unused navbar that was leftover
parent
86598cac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/navbar.html
+0
-34
docs/_includes/navbar.html
with
0 additions
and
34 deletions
+0
-34
docs/_includes/navbar.html
deleted
100644 → 0
+
0
-
34
View file @
86598cac
<!-- Navbar
================================================== -->
<div
class=
"navbar navbar-inverse navbar-fixed-left bs-docs-navbar"
>
<div
class=
"container"
>
<button
type=
"button"
class=
"navbar-toggle"
data-toggle=
"collapse"
data-target=
".nav-collapse"
>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
<a
class=
"navbar-brand"
href=
"/"
>
B
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<!-- <li {% if page.title == "Bootstrap" %}class="active"{% endif %}>
<a href="/"><span class="glyphicon glyphicon-home"></span></a>
</li>
-->
<li
{%
if
page.title =
=
"
Getting
started
"
%}
class=
"active"
{%
endif
%}
>
<a
href=
"/getting-started"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"Getting started"
><span
class=
"glyphicon glyphicon-list"
></span></a>
</li>
<li
{%
if
page.title =
=
"
CSS
"
%}
class=
"active"
{%
endif
%}
>
<a
href=
"/css"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"CSS"
><span
class=
"glyphicon glyphicon-tint"
></span></a>
</li>
<li
{%
if
page.title =
=
"
Components
"
%}
class=
"active"
{%
endif
%}
>
<a
href=
"/components"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"Components"
><span
class=
"glyphicon glyphicon-fire"
></span></a>
</li>
<li
{%
if
page.title =
=
"
JavaScript
plugins
"
%}
class=
"active"
{%
endif
%}
>
<a
href=
"/javascript"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"JavaScript plugins"
><span
class=
"glyphicon glyphicon-dashboard"
></span></a>
</li>
<li
{%
if
page.title =
=
"
Customize
and
download
"
%}
class=
"active"
{%
endif
%}
>
<a
href=
"/customize"
data-toggle=
"tooltip"
data-placement=
"right"
title=
"Customize"
><span
class=
"glyphicon glyphicon-cog"
></span></a>
</li>
</ul>
</div>
</div>
</div>
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