Restore stable version to allow 3.1 branch creation

This commit is contained in:
Laurent Destailleur 2011-08-08 15:35:18 +00:00
parent c93b825cdf
commit 66269dd9e1
2 changed files with 6 additions and 2 deletions

View File

@ -20,7 +20,7 @@
/**
* \file htdocs/theme/auguria/style.css.php
* \brief Fichier de style CSS du theme auguria
* \version $Id: style.css.php,v 1.94 2011/08/08 15:33:50 eldy Exp $
* \version $Id: style.css.php,v 1.95 2011/08/08 15:35:18 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
@ -81,9 +81,11 @@ body {
a:link, a:visited, a:hover, a:active { font-family: <?php print $fontlist ?>; font-weight: bold; color: #000000; text-decoration: none; }
/*
input:focus, textarea:focus, button:focus, select:focus {
box-shadow: 0 0 4px #8091BF;
}
*/
input {
font-size: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;

View File

@ -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.96 2011/08/08 15:33:50 eldy Exp $
* \version $Id: style.css.php,v 1.97 2011/08/08 15:35:18 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
@ -85,9 +85,11 @@ body {
a:link, a:visited, a:hover, a:active { font-family: <?php print $fontlist ?>; font-weight: bold; color: #000000; text-decoration: none; }
/*
input:focus, textarea:focus, button:focus, select:focus {
box-shadow: 0 0 4px #8091BF;
}
*/
input {
font-size: <?php print $fontsize ?>px;
font-family: <?php print $fontlist ?>;