Beautify border

This commit is contained in:
Laurent Destailleur 2011-08-08 15:39:08 +00:00
parent 046f510fc3
commit 6c7e40b4e1
2 changed files with 6 additions and 6 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.95 2011/08/08 15:35:18 eldy Exp $
* \version $Id: style.css.php,v 1.96 2011/08/08 15:39:08 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
@ -1324,9 +1324,9 @@ div.info {
color: #707070;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #c0c0d0;
border: 1px solid #DFDFA0;
-moz-border-radius:6px;
background: #efefd4;
background: #EFEFD4;
}

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.97 2011/08/08 15:35:18 eldy Exp $
* \version $Id: style.css.php,v 1.98 2011/08/08 15:39:08 eldy Exp $
*/
//if (! defined('NOREQUIREUSER')) define('NOREQUIREUSER','1'); // Not disabled cause need to load personalized language
@ -1299,11 +1299,11 @@ div.info {
color: #707070;
padding: 0.2em 0.2em 0.2em 0.2em;
margin: 0.5em 0em 0.5em 0em;
border: 1px solid #e0e0d0;
border: 1px solid #DFDFA0;
-moz-border-radius:6px;
-webkit-border-radius: 6px;
border-radius:6px;
background: #efefd4;
background: #EFEFD4;
}