From 2423302d49824d7277dc4a0e08178cb3e9ae7d63 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 2 Sep 2003 18:39:55 +0000 Subject: [PATCH] Modif couleur --- htdocs/theme/dev/dev.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/htdocs/theme/dev/dev.css b/htdocs/theme/dev/dev.css index aeb948badde..667ce01bcfc 100644 --- a/htdocs/theme/dev/dev.css +++ b/htdocs/theme/dev/dev.css @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Rodolphe Quiedeville +/* Copyright (C) 2002-2003 Rodolphe Quiedeville * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ * */ -BODY +body { background: #ebebeb; font-family: Helvetica, Verdana; font-size: 12px; @@ -55,7 +55,7 @@ td.menu a.leftmenu { - background: #ebebeb; + background: #cbcbcb; font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; color: #202020; } @@ -63,7 +63,7 @@ a.leftmenu .submenu { - background: #ebebeb; + background: #cbcbcb; font-family: Helvetica, Verdana; font-size: 14px; color: #202020; text-decoration: none } @@ -82,7 +82,7 @@ td.barre { border-right: 1px solid #000000; border-bottom: 1px solid #000000; - background: #ebebeb; + background: #cbcbcb; font-family: Helvetica, Verdana; font-size: 14px; color: #000000; text-decoration: none }