From 106c90b95129be78b2763553c72e3aa131f5ee4b Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Sat, 12 Jan 2013 17:01:44 -0800 Subject: LAYOUT: move to compiled less to make things faster --- css/bootstrap/variables.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/bootstrap/variables.less') diff --git a/css/bootstrap/variables.less b/css/bootstrap/variables.less index 3089093..d3fe71a 100644 --- a/css/bootstrap/variables.less +++ b/css/bootstrap/variables.less @@ -130,8 +130,8 @@ // Sprite icons path // ------------------------- -@iconSpritePath: "../../pics/glyphicons-halflings.png"; -@iconWhiteSpritePath: "../../pics/glyphicons-halflings-white.png"; +@iconSpritePath: "../pics/glyphicons-halflings.png"; +@iconWhiteSpritePath: "../pics/glyphicons-halflings-white.png"; // Input placeholder text color -- cgit v1.2.3-18-g5258