From 4963d7f0fd375e6416a58522efdc9b90ecc0ebd4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Sun, 12 May 2013 10:47:48 -0400 Subject: [PATCH] fixed same background declaration a couple times --- ChangeLog | 2 ++ css/style.css | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 784432ad..c3302572 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ dispatch * Fixed typo in README. +* Fixed same background declartion a couple times. + 2012.04.22, v0.2.0 diff --git a/css/style.css b/css/style.css index b68f19c2..c46c3b52 100644 --- a/css/style.css +++ b/css/style.css @@ -80,8 +80,7 @@ body{ background:url(/img/panel_refresh.png) no-repeat; } .refresh-icon:active{ - /*background-position-y: -15px;*/ - background:url(/img/panel_refresh.png) 0 -15px no-repeat; + background-position: 0 -15px; } .cmd-button{