CSS: Style .name-value-table

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 00:20:41 +02:00
parent 20a888dfc6
commit b4e44c9d6d
1 changed files with 13 additions and 0 deletions

View File

@ -23,6 +23,19 @@
display: 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: 200px;
}
}
.pull-left {
float: left;
}