Look: Ajout style warning et error.

This commit is contained in:
Laurent Destailleur 2004-05-15 16:21:40 +00:00
parent 3658c82487
commit e53ae1a339

View File

@ -286,9 +286,15 @@ div.menus {
border-left: 1px dashed #ccccb3; border-left: 1px dashed #ccccb3;
} }
/*
* Normal, warning, erreurs
*/
.warning { color: #777711; }
.error { color: #550000; }
/* /*
* Payes/Non payes * Liens Payes/Non payes
*/ */
a.normal:link { font-weight: normal } a.normal:link { font-weight: normal }