Skip to content

Commit

Permalink
fixed syntax error introduced in bootstrap 2.0.2 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
juno committed Jun 6, 2012
1 parent 650b160 commit 18a862d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/toolkit/twitter/bootstrap/sprites.less
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
.ie7-restore-right-whitespace();
line-height: 14px;
vertical-align: text-top;
background-image: url("@{iconSpritePath}");
background-image: url(@iconSpritePath);
background-position: 14px 14px;
background-repeat: no-repeat;

}
.icon-white {
background-image: url("@{iconWhiteSpritePath}");
background-image: url(@iconWhiteSpritePath);
}

.icon-glass { background-position: 0 0; }
Expand Down

0 comments on commit 18a862d

Please sign in to comment.