CSS: Remove border-spacing from name-value-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 12:11:16 +01:00
parent 31ab3dae7c
commit b9d09d2b66
1 changed files with 1 additions and 5 deletions

View File

@ -164,17 +164,13 @@ table.listing-table {
}
}
.name-value-table {
border-spacing: @vertical-padding 0;
th {
.name-value-table th {
color: @text-color-light;
font-size: @font-size-small;
// Reset default font-weight
font-weight: normal;
text-align: left;
width: 10em;
}
}
// TODO(el): Fix