From 75f3c49ed16a689d3021d06f58439f5d0ee8182d Mon Sep 17 00:00:00 2001 From: Fil <fil@rezo.net> Date: Mon, 9 May 2005 11:56:46 +0000 Subject: [PATCH] =?UTF-8?q?et=20les=20CSS=20correspondant=20au=20CAPTION?= =?UTF-8?q?=20(=C3=A0=20am=C3=A9liorer=20graphiquement)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/spip_style.php3 | 5 +++++ spip_style.css | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3 index 97663173d6..fd637f8830 100644 --- a/ecrire/spip_style.php3 +++ b/ecrire/spip_style.php3 @@ -1352,6 +1352,11 @@ h3.spip { table.spip { } + +table.spip caption{ + caption-side: top; +} + table.spip tr.row_first { background-color: #FCF4D0; } diff --git a/spip_style.css b/spip_style.css index abaa117100..a683aa2a88 100644 --- a/spip_style.css +++ b/spip_style.css @@ -56,6 +56,10 @@ h3.spip { table.spip { } +table.spip caption{ + caption-side: top; /* bottom */ +} + table.spip tr.row_first { background-color: #FCF4D0; } -- GitLab