Fix JavaScript error in icon mode box scores

This commit is contained in:
Brian Miyaji
2017-01-20 11:17:11 +11:00
parent 399f54b969
commit c322e1fe16
3 changed files with 25 additions and 16 deletions

View File

@@ -253,6 +253,9 @@
}
/* Event Performance */
.sp-event-performance thead {
display: none;
}
.sp-event-performance .sub {
background: rgba(0,0,0,0.05);
}