From fd448e358636451329518381c0cdddef93a5b1d2 Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Tue, 27 May 2014 15:10:51 +0200 Subject: [PATCH] Fixed background for new static preferences Fixes #18 --- shelfzilla/themes/bootflat/static/less/layout.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shelfzilla/themes/bootflat/static/less/layout.less b/shelfzilla/themes/bootflat/static/less/layout.less index 553665b..d9b83c8 100644 --- a/shelfzilla/themes/bootflat/static/less/layout.less +++ b/shelfzilla/themes/bootflat/static/less/layout.less @@ -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; }