From 980914c47aefb21b0e00f9d1e48eddef91ac03b3 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Thu, 11 Jul 2013 19:15:02 +0200 Subject: [PATCH] Correction du bug #recaptcha_table --- css/tables.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/tables.css b/css/tables.css index dc81855..66f1bf5 100644 --- a/css/tables.css +++ b/css/tables.css @@ -16,6 +16,10 @@ table { .table { display: table; } +table#recaptcha_table, +table.table-auto { + table-layout:auto; +} caption { padding: 10px; color: #555;