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;