27 lines
440 B
Plaintext
27 lines
440 B
Plaintext
|
|
table.name-value-list {
|
||
|
|
border-collapse: collapse;
|
||
|
|
font-size: 13px;
|
||
|
|
|
||
|
|
th, td {
|
||
|
|
padding: 4px 0 4px 0;
|
||
|
|
vertical-align: top;
|
||
|
|
}
|
||
|
|
|
||
|
|
tr:first-child {
|
||
|
|
th, td {
|
||
|
|
padding-top: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
th {
|
||
|
|
font-weight: 600;
|
||
|
|
color: #95a5a6;
|
||
|
|
padding-right: 15px;
|
||
|
|
text-transform: uppercase;
|
||
|
|
}
|
||
|
|
|
||
|
|
td {
|
||
|
|
color: #2b3e50;
|
||
|
|
word-wrap: break-word;
|
||
|
|
}
|
||
|
|
}
|