From cef8d78a493ed4901caa7dd8513989f33d62c1de Mon Sep 17 00:00:00 2001 From: opi Date: Tue, 11 Nov 2014 16:47:59 +0100 Subject: [PATCH] [fix] Invalid css. --- sources/ynh_common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/ynh_common.css b/sources/ynh_common.css index 8c712ec..7d0afd2 100644 --- a/sources/ynh_common.css +++ b/sources/ynh_common.css @@ -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"); }