From bb88593ed0313872f23b7b68e31c25d11388d773 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sun, 19 Feb 2012 15:51:42 +0100 Subject: [PATCH] Look: Minor fix --- htdocs/theme/bureau2crea/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/bureau2crea/style.css.php b/htdocs/theme/bureau2crea/style.css.php index aedca9ca894..2dde0c96950 100644 --- a/htdocs/theme/bureau2crea/style.css.php +++ b/htdocs/theme/bureau2crea/style.css.php @@ -1338,7 +1338,7 @@ padding: 0px 0px; } table.nobordernopadding td { border: 0px; - padding: 0px 0px 0px 5px; + padding: 0px 0px 0px 0px !important; } /* For lists */ -- GitLab