Center-align time/results when between home and away teams in event list

This commit is contained in:
Brian Miyaji
2016-09-22 13:34:55 +10:00
parent 870df80c6b
commit 18a03fe16d
2 changed files with 4 additions and 1 deletions

View File

@@ -334,6 +334,9 @@
float: left;
margin-right: 8px;
}
.sp-event-list-format-homeaway .data-time {
text-align: center;
}
/* Event Blocks */
.sp-event-blocks thead {