Correction du bug #recaptcha_table

This commit is contained in:
Raphael Goetter 2013-07-11 19:15:02 +02:00
parent 8770f1d41f
commit 980914c47a

View File

@ -16,6 +16,10 @@ table {
.table {
display: table;
}
table#recaptcha_table,
table.table-auto {
table-layout:auto;
}
caption {
padding: 10px;
color: #555;