fixed same background declaration a couple times

This commit is contained in:
coderaiser 2013-05-12 10:47:48 -04:00
parent a8a9ca51a4
commit 4963d7f0fd
2 changed files with 3 additions and 2 deletions

View file

@ -17,6 +17,8 @@ dispatch
* Fixed typo in README.
* Fixed same background declartion a couple times.
2012.04.22, v0.2.0

View file

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