From 1ff7ea642e35b70c462b5157798bafbf45e08117 Mon Sep 17 00:00:00 2001 From: Philippe Grand Date: Sun, 7 Aug 2011 15:06:23 +0000 Subject: [PATCH] =?UTF-8?q?fix=20some=20issues=20and=20get=20compatible=20?= =?UTF-8?q?with=20:=20Saf3-4,=20iOS=201-3.2,=20Android=20<1.6=20Opera=2010?= =?UTF-8?q?.5,=20IE9,=20Saf5,=20Chrome,=20FF4,=20iOS=204,=20Android=202.1+?= =?UTF-8?q?=20and=20IE6=96IE9=20for=20shadow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/theme/eldy/style.css.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index d47a4791ecd..7a2f0d52a8a 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.94 2011/08/07 22:58:48 eldy Exp $ + * \version $Id: style.css.php,v 1.90 2011/08/07 15:06:23 grandoc Exp $ */ //if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language @@ -1214,6 +1214,14 @@ border: 0px; -moz-box-shadow: 4px 4px 4px #CCC; -webkit-box-shadow: 4px 4px 4px #CCC; box-shadow: 4px 4px 4px #CCC; + + }