Ajout de style de table

This commit is contained in:
Rodolphe Quiedeville 2003-09-01 11:58:55 +00:00
parent d4ce886487
commit e33edbc622

View File

@ -16,6 +16,7 @@
*
* $Id$
* $Source$
*
*/
body
{
@ -25,10 +26,23 @@ body
/*
* Menu superieur
*/
table.topbarre
{
cell-spacing: 0;
}
table.topbarre {
cell-spacing: 0;
}
/*
* Tables
*/
table#wiborder {
border-collapse:collapse;
}
table#wiborder td {
border: outset 1pt;
border-collapse:collapse;
padding: 3pt;
}
a {
text-decoration: none;