parent
20a888dfc6
commit
b4e44c9d6d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue