main.less: style caption element for common-table

This commit is contained in:
Thomas Gelf 2015-11-04 16:13:56 +01:00
parent 5fc2974073
commit fec21affc9
1 changed files with 7 additions and 0 deletions

View File

@ -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 {