main.less: style caption element for common-table
This commit is contained in:
parent
5fc2974073
commit
fec21affc9
|
@ -162,6 +162,13 @@ table.common-table {
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
caption {
|
||||
border-top: 1px solid @gray-light;
|
||||
caption-side: bottom;
|
||||
text-align: right;
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.name-value-table th {
|
||||
|
|
Loading…
Reference in New Issue