From 0b0687c9fc8a505bb63734e4501c3132364b619c Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Thu, 6 Mar 2014 12:38:11 +0100
Subject: [PATCH] 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 b41c733861..cdfdd8e43e 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;
 }
 
 
-- 
GitLab