[Pkg-owncloud-commits] [owncloud] 24/134: fix noise not repeating

David Prévot taffit at moszumanska.debian.org
Fri Apr 18 21:43:57 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit 26b70bce282afe8ec71af36a3419737af1b81463
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date:   Thu Mar 6 12:38:11 2014 +0100

    fix noise not repeating
---
 core/css/icons.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/css/icons.css b/core/css/icons.css
index 4db96a5..b3448ed 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -24,7 +24,7 @@
 
 .icon-noise {
 	background-image: url('../img/noise.png');
-	background-repeat: no-repeat;
+	background-repeat: repeat;
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list