From 91cfb8dcc1c00599e8734dbf75903aca18495d71 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Sat, 4 May 2002 11:58:18 +0000 Subject: [PATCH] *** empty log message *** --- htdocs/dolibarr.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 htdocs/dolibarr.css diff --git a/htdocs/dolibarr.css b/htdocs/dolibarr.css new file mode 100644 index 00000000000..652c3779a43 --- /dev/null +++ b/htdocs/dolibarr.css @@ -0,0 +1,24 @@ +/* Copyright (C) 2002 Rodolphe Quiedeville + * + * $Id$ + * $Source$ + * + * 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 + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + */ + +TD.menu { background: #d9dcc2; font-family: Helvetica, Verdana; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none } + +DIV.titre { font-family: Helvetica, Verdana; font-size: 16px; font-weight: bold; color: #000000; text-decoration: none } \ No newline at end of file