From eda6471308ee299bd27be4d9d3ba46f9f008ffda Mon Sep 17 00:00:00 2001
From: Andreas <andreasv@fsmpi.rwth-aachen.de>
Date: Wed, 10 Jan 2018 13:55:30 +0100
Subject: [PATCH] fixed padding for navbar

---
 templates/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/base.html b/templates/base.html
index b686c4f..5f09cc7 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> 
-- 
GitLab