fix noise not repeating

This commit is contained in:
Jan-Christoph Borchardt 2014-03-06 12:38:11 +01:00
parent 1785c0c9b9
commit 0b0687c9fc
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;
}