From 8f35a5837b913bdac52ce6ad3081b6cff37ef1fd Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Tue, 30 Oct 2012 13:33:35 +0200 Subject: [PATCH] Fixes icons path in Spruce theme. --- src/themes/spruce/spruce-variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/themes/spruce/spruce-variables.less b/src/themes/spruce/spruce-variables.less index 1bd6cdb..3f8362b 100644 --- a/src/themes/spruce/spruce-variables.less +++ b/src/themes/spruce/spruce-variables.less @@ -130,8 +130,8 @@ // Sprite icons path // ------------------------- -@iconSpritePath: "../img/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../img/glyphicons-halflings-white.png"; +@iconSpritePath: "images/glyphicons-halflings.png"; +@iconWhiteSpritePath: "images/glyphicons-halflings-white.png"; // Input placeholder text color -- 2.7.4