Suppression des styles obsoltes et uniformisation des existants.

This commit is contained in:
Laurent Destailleur 2004-10-28 21:55:41 +00:00
parent 9e9354bb48
commit d84720286b
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,5 @@
/* Copyright (C) 2002 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
@ -55,11 +56,6 @@ div.body
font-size:12px;
}
td.menu {
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
}
div.tmenu
{
float: top;
@ -116,6 +112,7 @@ div.fiche
}
.menusel
{
background: #DDDDDD;
font-size: 12px; font-weight: bold;
color: #000000;
text-decoration: none;
@ -393,6 +390,7 @@ table.liste {
border-collapse: collapse;
border: 0px;
width: 100%;
background: #ddddcc;
}
table.noborder td {

View File

@ -1,4 +1,5 @@
/* Copyright (C) 2002-2004 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* Copyright (C) 2004 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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
@ -274,7 +275,7 @@ div.formsearch
display: block;
float: none;
clear: right;
background: #dee7ec;
background: #ddddcc;
top: 0px;
left: 130px;
padding: 4px;
@ -393,6 +394,7 @@ table.liste {
border-collapse: collapse;
border: 0px;
width: 100%;
background: #ddddcc;
}
table.noborder td {