From 0060e47db5f5e5bf45cee45b57f64b95c2bc17f2 Mon Sep 17 00:00:00 2001 From: df Date: Thu, 18 Feb 2021 18:42:07 +0000 Subject: [PATCH] Remove unwanted padding before programme divs in EPG to avoid cumulative positioning error. --- webif/html/xepg/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webif/html/xepg/style.css b/webif/html/xepg/style.css index a6b1721..51df33b 100644 --- a/webif/html/xepg/style.css +++ b/webif/html/xepg/style.css @@ -99,7 +99,7 @@ div.xeprog float: left; vertical-align: middle; height: 25px; - padding: 4px 0 3px 2px; + padding: 4px 0 3px 0px; margin: 3px 0 3px 2px; border: 1px solid #ccc; border-radius: 10px;