diff --git a/templates/base.html b/templates/base.html index b686c4f3eb158e63d236b554c448f0b64fcd8fbd..5f09cc7fda2622a9d98b886fac23b8025c5d8fa1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -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>