mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
fixed same background declaration a couple times
This commit is contained in:
parent
c4a42f8612
commit
9bdc05a3a8
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