1
0
Fork 0

Use monospace font for numbers

This commit is contained in:
Gregory Eremin 2015-11-01 22:30:49 +03:00
parent a05b28f549
commit 7a7f02cadc
1 changed files with 3 additions and 0 deletions

View File

@ -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;
} }