Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2012-02-05 10:22:19 +0400
committerMark Otto <markdotto@gmail.com>2012-02-05 10:22:19 +0400
commit7e81f84b29da8ba87fb4aefcc11946002ad9962c (patch)
tree130579102ad3b46e6617c1427d99530af7444a95 /less/sprites.less
parent81d1f3b96ea5c78d2e570c07c4c419a32a9b212c (diff)
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 921c662d70..ce76688443 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; }