Minor change

This commit is contained in:
Laurent Destailleur 2009-04-01 23:26:20 +00:00
parent d8e484ada7
commit 09e233492c

View File

@ -1,5 +1,5 @@
<?php <?php
/* Copyright (C) 2004-2008 Laurent Destailleur <eldy@users.sourceforge.net> /* Copyright (C) 2004-2009 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org> * Copyright (C) 2006 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr> * Copyright (C) 2007 Regis Houssin <regis@dolibarr.fr>
* *
@ -873,7 +873,7 @@ border-left: 1px solid #000000;
} }
.pair { .pair {
background: #e6ebed; background: #e8edee;
font-family: helvetica, verdana, arial, sans-serif; font-family: helvetica, verdana, arial, sans-serif;
border: 0px; border: 0px;
} }
@ -885,7 +885,7 @@ border: 0px;
*/ */
.impair { .impair {
background: #d0d4d7; background: #d7d8d9;
font-family: helvetica, verdana, arial, sans-serif; font-family: helvetica, verdana, arial, sans-serif;
border: 0px; border: 0px;
} }