From d723f26661c4e97688dc7a4aea390a0809bdc89f Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Thu, 19 May 2016 13:32:06 +0200 Subject: [PATCH] Fix css --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 97e8a32e758..d21a9392f71 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -875,7 +875,7 @@ a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active { } a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active { font-weight: normal; - padding: 0px 5px 0px 5px; + padding: 0px 5px 0px 3px; margin: 0px 0px 0px 0px; white-space: nowrap; color: #<?php echo $colortextbackhmenu; ?>; -- GitLab