Reduce column header letter spacing a touch.

pull/3/head
Dave Page 2016-03-15 14:12:20 +00:00
parent 4adea4dc25
commit 2711d3492d
1 changed files with 4 additions and 1 deletions

View File

@ -480,7 +480,10 @@ fieldset[disabled] .form-control {
.backgrid th, .backgrid td {
line-height: 18px;
font-size: 12px;
letter-spacing:0.7px
}
.backgrid th {
letter-spacing:0.5px
}
.backgrid td {