Fix: Removed scroll bars

This commit is contained in:
Laurent Destailleur 2011-07-28 13:31:58 +00:00
parent 88118e5c8b
commit 3f19e0bd59
2 changed files with 8 additions and 8 deletions

View File

@ -20,7 +20,7 @@
/**
* \file htdocs/theme/freelug/style.css.php
* \brief Fichier de style CSS du theme Freelug
* \version $Id: style.css.php,v 1.42 2011/07/20 19:03:33 eldy Exp $
* \version $Id: style.css.php,v 1.43 2011/07/28 13:31:58 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
@ -1048,9 +1048,9 @@ th {
*/
.boxtable {
-moz-box-shadow: 6px 6px 20px #AAA;
-webkit-box-shadow: 6px 6px 20px #AAA;
box-shadow: 6px 6px 20px #AAA;
-moz-box-shadow: 2px 4px 2px #AAA;
-webkit-box-shadow: 2px 4px 2px #AAA;
box-shadow: 2px 4px 2px #AAA;
}
.box {

View File

@ -20,7 +20,7 @@
/**
* \file htdocs/theme/yellow/style.css.php
* \brief Fichier de style CSS du theme Yellow
* \version $Id: style.css.php,v 1.44 2011/07/20 19:03:32 eldy Exp $
* \version $Id: style.css.php,v 1.45 2011/07/28 13:31:58 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
@ -1040,9 +1040,9 @@ th {
*/
.boxtable {
-moz-box-shadow: 6px 6px 20px #AAA;
-webkit-box-shadow: 6px 6px 20px #AAA;
box-shadow: 6px 6px 20px #AAA;
-moz-box-shadow: 2px 4px 2px #AAA;
-webkit-box-shadow: 2px 4px 2px #AAA;
box-shadow: 2px 4px 2px #AAA;
}
.box {