Merge pull request #7588 from owncloud/noise-repeat

fix noise not repeating
This commit is contained in:
Vincent Petry 2014-03-06 14:08:46 +01:00
commit a2e4452ed3
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
.icon-noise {
background-image: url('../img/noise.png');
background-repeat: no-repeat;
background-repeat: repeat;
}