From 99246ecfbaa4ca76d8223389b0d8b1c7b760adbb Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Mon, 29 Aug 2016 17:58:55 +0200
Subject: [PATCH] Fix css

---
 htdocs/theme/eldy/style.css.php | 4 ++--
 htdocs/theme/md/style.css.php   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 7fbd4a353d3..cad2c53e4b8 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -4093,8 +4093,8 @@ dl.dropdown {
     margin-right: 3px;
 }
 .dropdown dd ul li a, .dropdown dd ul li span {
-    padding:5px;
-    display:block;
+    padding: 3px;
+    display: block;
 }
 .dropdown dd ul li span {
 	color: #888;
diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php
index 34951b80d5c..c77a131e7a7 100644
--- a/htdocs/theme/md/style.css.php
+++ b/htdocs/theme/md/style.css.php
@@ -3993,8 +3993,8 @@ dl.dropdown {
     margin-right: 3px;
 }
 .dropdown dd ul li a, .dropdown dd ul li span {
-    padding:5px;
-    display:block;
+    padding: 3px;
+    display: block;
 }
 .dropdown dd ul li span {
 	color: #888;
-- 
GitLab