CSS: Increase font-size and width on name-value-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-09 11:33:37 +01:00
parent f2bc3368e7
commit 27e1eb6661

View File

@ -173,11 +173,11 @@ table.common-table {
.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;
vertical-align: top;
width: 14em;
}
// TODO(el): Fix