From a49bab5daee2f744e56770dab667c29e00c1805f Mon Sep 17 00:00:00 2001 From: Wikinaut Date: Mon, 26 Nov 2012 08:54:13 +0100 Subject: [PATCH] fix timeslider rightstep button position --- src/static/css/timeslider.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/css/timeslider.css b/src/static/css/timeslider.css index 1dd0ca91..d786d89b 100644 --- a/src/static/css/timeslider.css +++ b/src/static/css/timeslider.css @@ -113,7 +113,7 @@ background-position: -29px -22px; right: 5px; top: 20px; - width: 29px; + width: 30px; } #timeslider .star { background-image: url(../../static/img/star.png);