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;