Remove padding from scoreboard cells

This commit is contained in:
Brian Miyaji
2017-01-16 22:25:07 +11:00
parent dd7a59a1e7
commit 4b4b421b0e

View File

@@ -481,6 +481,10 @@
margin-bottom: 0 !important;
}
.sp-template-scoreboard td {
padding: 0 !important;
}
.sp-template-scoreboard td:hover {
background: #f9f9f9 !important;
}