diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-06 12:38:11 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2014-03-06 12:38:11 +0100 |
commit | 0b0687c9fc8a505bb63734e4501c3132364b619c (patch) | |
tree | cc22ed802207eb40bcfd68e9c866f75eae7161c0 /core/css | |
parent | 1785c0c9b9fcdc6e9a8e58f13f45e5b53364882a (diff) | |
download | nextcloud-server-0b0687c9fc8a505bb63734e4501c3132364b619c.tar.gz nextcloud-server-0b0687c9fc8a505bb63734e4501c3132364b619c.zip |
fix noise not repeating
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/icons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/icons.css b/core/css/icons.css index b41c7338612..cdfdd8e43ef 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; } |