From cd97c6fb54ba1a72392281e33dc83a3915000bd9 Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 9 May 2005 14:30:06 +0000
Subject: [PATCH] Style des tableaux (centres)

---
 spip_style.css | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/spip_style.css b/spip_style.css
index 21eae69b65..b3f2da167c 100644
--- a/spip_style.css
+++ b/spip_style.css
@@ -54,12 +54,19 @@ h3.spip {
 }
 
 table.spip {
+	margin-left: auto;
+	margin-right: auto;
+	border: 1px solid #999999;
+	border-collapse:collapse;
 }
 
 table.spip caption{
-	caption-side: top; /* bottom */
+	caption-side: bottom; /* top */
 	text-align:center;
-	background-color: #FCF4D0;
+	padding: 3px;
+	font-weight: bold;
+	font-family: Verdana,Arial,Sans,sans-serif;
+	font-size : 70%;
 }
 
 table.spip tr.row_first {
@@ -67,7 +74,7 @@ table.spip tr.row_first {
 }
 
 table.spip tr.row_odd {
-	background-color: #C0C0C0;
+	background-color: #d0d0d0;
 }
 
 table.spip tr.row_even {
@@ -75,7 +82,7 @@ table.spip tr.row_even {
 }
 
 table.spip td {
-	padding: 1px;
+	padding: 3px;
 	text-align: left;
 	vertical-align: middle;
 }
-- 
GitLab