Remove unwanted padding before programme divs in EPG to avoid cumulative positioning error.

This commit is contained in:
df 2021-02-18 18:42:07 +00:00 committed by HummyPkg
parent 8bdb1233e8
commit 0060e47db5
1 changed files with 1 additions and 1 deletions

View File

@ -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;