From 79e5cda03036fc884dfa19743350e45f8dc11f1f Mon Sep 17 00:00:00 2001 From: obenassy <> Date: Thu, 24 Jun 2004 14:02:43 +0000 Subject: [PATCH] Unification du formattage des tableaux. --- glasnost-web/css/default.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/glasnost-web/css/default.css b/glasnost-web/css/default.css index 4187331a..41b0c14a 100644 --- a/glasnost-web/css/default.css +++ b/glasnost-web/css/default.css @@ -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;