diff options
Diffstat (limited to 'css/bootstrap')
-rw-r--r-- | css/bootstrap/variables.less | 4 |
1 files changed, 2 insertions, 2 deletions
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 |