mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-14 23:23:10 +00:00
fixed syntax error
This commit is contained in:
parent
f5bd4b3c8f
commit
7609fd4dc6
1 changed files with 2 additions and 2 deletions
|
|
@ -21,14 +21,14 @@
|
||||||
height: 14px;
|
height: 14px;
|
||||||
line-height: 14px;
|
line-height: 14px;
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
background-image: url(@iconSpritePath);
|
background-image: url("@{iconSpritePath}");
|
||||||
background-position: 14px 14px;
|
background-position: 14px 14px;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|
||||||
.ie7-restore-right-whitespace();
|
.ie7-restore-right-whitespace();
|
||||||
}
|
}
|
||||||
.icon-white {
|
.icon-white {
|
||||||
background-image: url(@iconWhiteSpritePath);
|
background-image: url("@{iconWhiteSpritePath}");
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-glass { background-position: 0 0; }
|
.icon-glass { background-position: 0 0; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue