From db00c615ec8e10eac372a8f313a96b5a82dcc9ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 Jul 2011 01:20:31 +0000 Subject: [PATCH] Clean code to remove a lot of quality test errors --- htdocs/theme/auguria/style.css.php | 6 +----- htdocs/theme/eldy/style.css.php | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index fc333cc6435..f642438a8f8 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/auguria/style.css.php * \brief Fichier de style CSS du theme auguria - * \version $Id: style.css.php,v 1.88 2011/07/20 19:03:35 eldy Exp $ + * \version $Id: style.css.php,v 1.89 2011/07/21 01:20:33 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1294,10 +1294,6 @@ font-family: ; td.highlights { background: #f9c5c6; } -td.warning { /* Utilise par Smarty */ - background: #FF99A9; -} - div.ok { color: #114466; } diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index f446c2b6df0..3a11f7e5dbc 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -21,7 +21,7 @@ /** * \file htdocs/theme/eldy/style.css.php * \brief Fichier de style CSS du theme Eldy - * \version $Id: style.css.php,v 1.86 2011/07/20 19:03:35 eldy Exp $ + * \version $Id: style.css.php,v 1.87 2011/07/21 01:20:33 eldy Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1260,10 +1260,6 @@ font-family: ; td.highlights { background: #f9c5c6; } -td.warning { /* Utilise par Smarty */ - background: #FF99A9; -} - div.ok { color: #114466; }