General normalization on LESS files

This commit is contained in:
Raphael Goetter 2014-05-07 10:45:47 +02:00
parent 5e1e4f9eb5
commit 01633e9d9e
14 changed files with 741 additions and 196 deletions

View file

@ -12,18 +12,22 @@ table,
vertical-align: top;
border: 1px solid #ccc;
}
.table {
display: table;
}
table#recaptcha_table,
table.table-auto {
table-layout:auto;
}
caption {
padding: @small-value;
color: #555;
font-style: italic;
}
td,
th {
padding: 0.3em 0.8em;
@ -32,4 +36,4 @@ th {
min-width: @medium-value;
cursor: default;
text-align: left;
}
}