aboutsummaryrefslogtreecommitdiff
path: root/less/sprites.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-04 22:22:19 -0800
committerMark Otto <[email protected]>2012-02-04 22:22:19 -0800
commit7e81f84b29da8ba87fb4aefcc11946002ad9962c (patch)
tree130579102ad3b46e6617c1427d99530af7444a95 /less/sprites.less
parent81d1f3b96ea5c78d2e570c07c4c419a32a9b212c (diff)
downloadbootstrap-7e81f84b29da8ba87fb4aefcc11946002ad9962c.tar.xz
bootstrap-7e81f84b29da8ba87fb4aefcc11946002ad9962c.zip
buttons and icons updated for improved placement and variable support for icon paths
Diffstat (limited to 'less/sprites.less')
-rw-r--r--less/sprites.less5
1 files changed, 3 insertions, 2 deletions
diff --git a/less/sprites.less b/less/sprites.less
index 921c662d7..ce7668844 100644
--- a/less/sprites.less
+++ b/less/sprites.less
@@ -18,15 +18,16 @@
display: inline-block;
width: 14px;
height: 14px;
+ line-height: 14px;
vertical-align: text-top;
- background-image: url(../img/glyphicons-halflings.png);
+ background-image: url(@iconSpritePath);
background-position: 14px 14px;
background-repeat: no-repeat;
.ie7-restore-right-whitespace();
}
.icon-white {
- background-image: url(../img/glyphicons-halflings-white.png);
+ background-image: url(@iconWhiteSpritePath);
}
.icon-glass { background-position: 0 0; }