Reduce column header letter spacing a touch.
parent
4adea4dc25
commit
2711d3492d
|
@ -480,7 +480,10 @@ fieldset[disabled] .form-control {
|
||||||
.backgrid th, .backgrid td {
|
.backgrid th, .backgrid td {
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
letter-spacing:0.7px
|
}
|
||||||
|
|
||||||
|
.backgrid th {
|
||||||
|
letter-spacing:0.5px
|
||||||
}
|
}
|
||||||
|
|
||||||
.backgrid td {
|
.backgrid td {
|
||||||
|
|
Loading…
Reference in New Issue