From 04a819e50ddcbcfb0681477825b195cf5ae42e0a Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville <rodolphe@quiedeville.org> Date: Mon, 30 Dec 2002 21:14:34 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/theme/dev/dolibarr.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/htdocs/theme/dev/dolibarr.css b/htdocs/theme/dev/dolibarr.css index 97b701a7d09..f6d200b06a2 100644 --- a/htdocs/theme/dev/dolibarr.css +++ b/htdocs/theme/dev/dolibarr.css @@ -29,10 +29,22 @@ BODY * Menu superieur */ +table.topbarre +{ + background: #cbcbcb; + + cell-spacing: 0; + } + a { text-decoration: none; } +td.menu +{ + border: 1px solid #000000; + } + .menu { background: #cbcbcb; -- GitLab