mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fixed same background declaration a couple times
This commit is contained in:
parent
a8a9ca51a4
commit
4963d7f0fd
2 changed files with 3 additions and 2 deletions
|
|
@ -17,6 +17,8 @@ dispatch
|
|||
|
||||
* Fixed typo in README.
|
||||
|
||||
* Fixed same background declartion a couple times.
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue