diff --git a/ecrire/spip_style.php3 b/ecrire/spip_style.php3 index 97663173d656ae4b7c3ecc44179e0c8bfebcae90..fd637f8830a58e05e221fff67d7674879d6edbec 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 abaa11710098293bccf384e31e95154100def14d..a683aa2a884b7200678e10bae6652abab8c41383 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; }