From 47e99d82a4eb1d42cf02fa6c8b55a6c4d76f0ff5 Mon Sep 17 00:00:00 2001
From: Laurent Destailleur <eldy@destailleur.fr>
Date: Mon, 4 May 2015 13:36:33 +0200
Subject: [PATCH] Fix css

---
 htdocs/index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/htdocs/index.php b/htdocs/index.php
index f43874363a5..a3d7c509540 100644
--- a/htdocs/index.php
+++ b/htdocs/index.php
@@ -134,7 +134,7 @@ if (empty($user->societe_id))
     print '<th class="liste_titre" colspan="2">'.$langs->trans("DolibarrStateBoard").'</th>';
     print '<th class="liste_titre" align="right">&nbsp;</th>';
     print '</tr>';
-    print '<tr class="impair"><td colspan="3" class="impair tdboxstats nohover">';
+    print '<tr class="impair"><td colspan="3" class="tdboxstats nohover">';
 
     $var=true;
 
-- 
GitLab