Use monospace font for numbers
This commit is contained in:
parent
a05b28f549
commit
7a7f02cadc
|
@ -23,15 +23,18 @@ body {
|
||||||
width: 120px;
|
width: 120px;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
font-family: monospace;
|
||||||
}
|
}
|
||||||
.table-cell.col-name {
|
.table-cell.col-name {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
.table-header .table-cell {
|
.table-header .table-cell {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-bottom: #666 1px solid;
|
border-bottom: #666 1px solid;
|
||||||
|
font-family: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue