Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
eda64713
Commit
eda64713
authored
Jan 10, 2018
by
Andreas Valder
Browse files
fixed padding for navbar
parent
26b16a86
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
eda64713
...
...
@@ -76,7 +76,7 @@
<ul
class=
"nav nav-pills"
style=
"margin-top: 5px;"
>
{% for endpoint, caption, iconlib, gly, visible in navbar if (not visible) and ismod() %}
<li
{%
if
endpoint =
=
request.endpoint
%}
class=
"active"
{%
endif
%}
>
<a
href=
"{{ url_for(endpoint) }}"
>
<a
href=
"{{ url_for(endpoint) }}"
style=
"padding: 10px 6px;"
>
{% if gly != '' %}
{% if iconlib == 'bootstrap' %}
<span
aria-hidden=
"true"
class=
"glyphicon glyphicon-{{ gly }}"
></span>
...
...
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