From e33edbc6229f8d12d04de6d9fe6b029cbc7ec721 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 1 Sep 2003 11:58:55 +0000 Subject: [PATCH] Ajout de style de table --- htdocs/theme/yellow/yellow.css | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/htdocs/theme/yellow/yellow.css b/htdocs/theme/yellow/yellow.css index a44540c076f..b340d41f1de 100644 --- a/htdocs/theme/yellow/yellow.css +++ b/htdocs/theme/yellow/yellow.css @@ -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;