General normalization on LESS files
This commit is contained in:
parent
5e1e4f9eb5
commit
01633e9d9e
14 changed files with 741 additions and 196 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue