Skip to content

Commit

Permalink
Merge pull request seyhunak#205 from cjoudrey/fix/sprites-2.0.3
Browse files Browse the repository at this point in the history
Fix to address sprite issues introduced in seyhunak#202 that some are experiencing
  • Loading branch information
seyhunak committed Apr 26, 2012
2 parents 7d75681 + ebe8090 commit 79dc10c
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 79dc10c

Please sign in to comment.