Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Web
community
Commits
00df6f8f
Commit
00df6f8f
authored
Apr 11, 2020
by
Nicolei Ocaña
Committed by
Gus
Apr 20, 2020
Browse files
Delete link in head and add navbar-toggler-icon class
parent
2399b7d5
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/sidenav.html
View file @
00df6f8f
<div
class=
"container-fluid sidebar col-xs-12 col-sm-12 col-md-3 col-lg-3"
>
<nav
class=
"smalltopics no-background navbar navbar-expand-lg navbar-light bg-white p-0 fixed"
>
<label
class=
"side-toggler"
for=
"menu-toggle"
>
<a
class=
"btn btn-lg outline-primary text-primary navbar-toggler chevron"
data-toggle=
"collapse"
data-target=
"#navbarSupportedTopicsContent"
aria-controls=
"navbarSupportedTopicsContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"oi oi-chevron-top chevron-up"
></span>
<span
class=
"oi oi-chevron-bottom chevron-down"
></span>
<a
class=
"btn btn-lg outline-primary text-primary navbar-toggler"
data-toggle=
"collapse"
data-target=
"#navbarSupportedTopicsContent"
aria-controls=
"navbarSupportedTopicsContent"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</a>
</label>
<input
type=
"checkbox"
id=
"menu-toggle"
/>
...
...
Write
Preview
Supports
Markdown
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