diff --git a/htdocs/theme/dolibarr/dolibarr.css b/htdocs/theme/dolibarr/dolibarr.css index f95ee8e8252..d1392da40cf 100644 --- a/htdocs/theme/dolibarr/dolibarr.css +++ b/htdocs/theme/dolibarr/dolibarr.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 { background: #e0ebeb; - font-family: Helvetica, Verdana; font-size: 12px; + font-family: Helvetica, Verdana; font-size: 1.0em; } /* * Menu superieur @@ -56,21 +56,21 @@ td.border { .menu { background: #b3cccc; - font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; + font-size: 1.0em; font-weight: bold; color: #000000; text-decoration: none } .menusel { background: #bbbb88; - font-family: Helvetica, Verdana; font-size: 1.0em; font-weight: bold; + font-size: 1.0em; font-weight: bold; color: #000000; text-decoration: none } .submenu { background: #b3cccc; - font-family: Helvetica, Verdana; font-size: 1.0em; + font-size: 1.0em; color: #000000; text-decoration: none } @@ -81,8 +81,7 @@ a.impayee { font-weight: bold } * Barre de gauche */ -a.leftmenu { - font-family: Helvetica, Verdana; +a.leftmenu { font-size: 1.0em; font-weight: bold; color: #202020; @@ -141,18 +140,15 @@ tr.box_titre { tr.box_pair { background: #b3cccc; - font-family: Helvetica, Verdana; font-size: 0.9em; } tr.box_impair { background: #cceeee; - font-family: Helvetica, Verdana; font-size: 0.9em; } tr.fiche { - font-family: Helvetica, Verdana; font-size: 0.6em; }