fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed background URL path

This commit is contained in:
Felipe Martin 2014-05-27 22:47:01 +02:00
parent d8cd553150
commit d1c4c602e3
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;
}