From 673b8ae99a1162294360da4d08de6a5737ed5ed6 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 16 Sep 2011 20:48:42 +0200 Subject: [PATCH] fix path to background image --- _less/bitcoin.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_less/bitcoin.less b/_less/bitcoin.less index 70b9845a..7864c0b2 100644 --- a/_less/bitcoin.less +++ b/_less/bitcoin.less @@ -51,7 +51,7 @@ img.icon { .inner { box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.1); - background-image: url(innerbg.png); + background-image: url(lib/innerbg.png); padding-top: 2em; padding-bottom: 1em; }