Correction du bug #recaptcha_table
This commit is contained in:
parent
8770f1d41f
commit
980914c47a
1 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,10 @@ table {
|
|||
.table {
|
||||
display: table;
|
||||
}
|
||||
table#recaptcha_table,
|
||||
table.table-auto {
|
||||
table-layout:auto;
|
||||
}
|
||||
caption {
|
||||
padding: 10px;
|
||||
color: #555;
|
||||
|
|
Loading…
Reference in a new issue