Ajout de style de table
This commit is contained in:
parent
d4ce886487
commit
e33edbc622
@ -16,6 +16,7 @@
|
|||||||
*
|
*
|
||||||
* $Id$
|
* $Id$
|
||||||
* $Source$
|
* $Source$
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
@ -25,10 +26,23 @@ body
|
|||||||
/*
|
/*
|
||||||
* Menu superieur
|
* Menu superieur
|
||||||
*/
|
*/
|
||||||
table.topbarre
|
table.topbarre {
|
||||||
{
|
cell-spacing: 0;
|
||||||
cell-spacing: 0;
|
}
|
||||||
}
|
/*
|
||||||
|
* Tables
|
||||||
|
*/
|
||||||
|
table#wiborder {
|
||||||
|
border-collapse:collapse;
|
||||||
|
}
|
||||||
|
|
||||||
|
table#wiborder td {
|
||||||
|
border: outset 1pt;
|
||||||
|
border-collapse:collapse;
|
||||||
|
padding: 3pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user