1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/transmission_ynh.git synced 2024-09-04 01:46:12 +02:00

[fix] Invalid css.

This commit is contained in:
opi 2014-11-11 16:47:59 +01:00
parent 54ea508371
commit cef8d78a49

View file

@ -1,5 +1,5 @@
/* Inserted by Yunohost install script */
div#toolbar > div#toolbar-downloads {
background: url("images/toolbar-downloads.png") no-repeat;
div#toolbar > #toolbar-downloads {
background-image: url("images/toolbar-downloads.png");
}