fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed background

This commit is contained in:
Felipe Martín 2014-08-25 18:12:13 +02:00
parent 1d8cd454b2
commit 10a04e1b9d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
body {
background-color: rgb(241, 242, 246) !important;
background-image: url('../../backgrounds/triangify.png');
background-image: url(../backgrounds/triangify.png);
background-position: center top;
background-attachment: fixed;
}