diff options
| author | Dominik Tobschall <[email protected]> | 2012-02-17 18:24:17 +0100 |
|---|---|---|
| committer | Dominik Tobschall <[email protected]> | 2012-02-18 09:40:28 +0100 |
| commit | 7609fd4dc62dfdc83c08fe32cbcd2b8e5cac5500 (patch) | |
| tree | 9e0d0a132c738a14092dfbd40c7d7ea4e61e3ad5 /less | |
| parent | f5bd4b3c8f590472c1dd38fcbc573032e1c80c39 (diff) | |
| download | bootstrap-7609fd4dc62dfdc83c08fe32cbcd2b8e5cac5500.tar.xz bootstrap-7609fd4dc62dfdc83c08fe32cbcd2b8e5cac5500.zip | |
fixed syntax error
Diffstat (limited to 'less')
| -rw-r--r-- | less/sprites.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/sprites.less b/less/sprites.less index 5e0eabf98..4014d70a5 100644 --- a/less/sprites.less +++ b/less/sprites.less @@ -21,14 +21,14 @@ height: 14px; line-height: 14px; vertical-align: text-top; - background-image: url(@iconSpritePath); + background-image: url("@{iconSpritePath}"); background-position: 14px 14px; background-repeat: no-repeat; .ie7-restore-right-whitespace(); } .icon-white { - background-image: url(@iconWhiteSpritePath); + background-image: url("@{iconWhiteSpritePath}"); } .icon-glass { background-position: 0 0; } |
