CSS: Use em for th on name-value-table

refs #10294
This commit is contained in:
Eric Lippmann 2015-10-27 14:00:46 +01:00
parent 84f3190dc6
commit 0ff7420f50
1 changed files with 1 additions and 3 deletions

View File

@ -172,15 +172,13 @@ table.listing-table {
.name-value-table {
border-spacing: @vertical-padding 0;
line-height: @line-height;
th {
.text-left();
.text-small();
// Reset default font-weight
font-weight: normal;
width: 120px;
vertical-align: top;
width: 10em;
}
}