mirror of
https://github.com/YunoHost-Apps/transmission_ynh.git
synced 2024-09-04 01:46:12 +02:00
[fix] Wrong image filename.
This commit is contained in:
parent
c4f7c226a2
commit
de7eebf8ea
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
/* Inserted by Yunohost install script */
|
/* Inserted by Yunohost install script */
|
||||||
div#toolbar > div#toolbar-downloads {
|
div#toolbar > div#toolbar-downloads {
|
||||||
background: url("images/toolbar-download.png") no-repeat;
|
background: url("images/toolbar-downloads.png") no-repeat;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue