fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Fixed background for new static preferences

Fixes #18
This commit is contained in:
Felipe Martin 2014-05-27 15:10:51 +02:00
parent 1e3c0df555
commit fd448e3586
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('/static/backgrounds/triangify.png');
background-image: url('/backgrounds/triangify.png');
background-position: center top;
background-attachment: fixed;
}