diff --git a/htdocs/theme/auguria/auguria.css.php b/htdocs/theme/auguria/auguria.css.php index d7dc3bfe1c5..b368a1a0e21 100644 --- a/htdocs/theme/auguria/auguria.css.php +++ b/htdocs/theme/auguria/auguria.css.php @@ -156,16 +156,11 @@ div.fiche // If position is abolute, we must not include the leftmenu in value print " margin-left: 20px;"; } - /* elseif (eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) { - // If position is relative, IE6 put the div under the leftmenu, so we force to absolute - print " position: absolute;\n"; - // If position is abolute, we must not include the leftmenu in value - print " margin-left: 20px;"; + // We do nothing } - */ - else if (! eregi('MSIE 7\.0',$_SERVER['HTTP_USER_AGENT'])) + else { // Firefox print " position: absolute;\n";