From 08ffedd75abd05fcd16bbf0081f737eaf3a72953 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Tue, 4 Nov 2014 22:38:51 -0800 Subject: [PATCH] Fix alignment of shade time characters --- winamp.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/winamp.css b/winamp.css index ceca1565..24d67687 100755 --- a/winamp.css +++ b/winamp.css @@ -596,14 +596,14 @@ a:focus { outline: none; } .shade #shade-minus-sign { display: block; - top: 5px; + top: 4px; left: 126px; width: 5px; height:6px; } .shade #shade-minute-first-digit { display: block; - top: 5px; + top: 4px; left: 133px; width: 5px; height:6px; @@ -611,14 +611,14 @@ a:focus { outline: none; } .shade #shade-minute-second-digit { display: block; - top: 5px; + top: 4px; left: 138px; width: 5px; height:6px; } .shade #shade-second-first-digit { display: block; - top: 5px; + top: 4px; left: 147px; width: 5px; height:6px; @@ -626,7 +626,7 @@ a:focus { outline: none; } .shade #shade-second-second-digit { display: block; - top: 5px; + top: 4px; left: 152px; width: 5px; height:6px;