Score is not shown anymore
0x0badc0de opened this issue · comments
Maxim Polunin commented
Column score
doesn't show numeric scores anymore because related styles contain floats instead of integers (e,g, score--s6.0
instead of score--s6
)
Eric commented
I'm not sure if the underlying data changed but the scores are still there. I'm assuming they were integers before since the style sheet references scores with integers.
.score--s-,
.score--sWIP {
background-color: #ACACAC;
}.score--s1 {
background-color: #E12728;
}.score--s2 {
background-color: #E12728;
}.score--s3 {
background-color: #EE9428;
}