Unification du formattage des tableaux.

This commit is contained in:
obenassy 2004-06-24 14:02:43 +00:00
parent e39426c522
commit 79e5cda030
1 changed files with 3 additions and 9 deletions

View File

@ -98,22 +98,16 @@ div.spip-notes, div.footnotes {
}
table.rst,
table.objects-table,
table.spip {
table {
border: 1px solid black;
border-collapse: collapse;
}
table.rst th,
table.objects-table th,
table.spip th {
table th {
text-align: center;
}
table.rst td,
table.objects-table td,
table.spip td {
table td {
border: 1px solid black;
padding-left: 5px;
padding-right: 5px;