From 18a03fe16dc0758cdd493e11c9df0371001a3768 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 22 Sep 2016 13:34:55 +1000 Subject: [PATCH] Center-align time/results when between home and away teams in event list --- assets/css/sportspress.css | 3 +++ templates/event-list.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/css/sportspress.css b/assets/css/sportspress.css index 4e60c2e7..203a8570 100644 --- a/assets/css/sportspress.css +++ b/assets/css/sportspress.css @@ -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 { diff --git a/templates/event-list.php b/templates/event-list.php index e38c9c2f..f7f0a020 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -88,7 +88,7 @@ endif;

- +