Skip to content
Snippets Groups Projects
Commit eda64713 authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed padding for navbar

parent 26b16a86
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
<ul class="nav nav-pills" style="margin-top: 5px;"> <ul class="nav nav-pills" style="margin-top: 5px;">
{% for endpoint, caption, iconlib, gly, visible in navbar if (not visible) and ismod() %} {% for endpoint, caption, iconlib, gly, visible in navbar if (not visible) and ismod() %}
<li{% if endpoint == request.endpoint %} class="active"{% endif %}> <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 gly != '' %}
{% if iconlib == 'bootstrap' %} {% if iconlib == 'bootstrap' %}
<span aria-hidden="true" class="glyphicon glyphicon-{{ gly }}"></span> <span aria-hidden="true" class="glyphicon glyphicon-{{ gly }}"></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment