diff options
| author | Mark Otto <[email protected]> | 2012-02-04 22:22:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-04 22:22:19 -0800 |
| commit | 7e81f84b29da8ba87fb4aefcc11946002ad9962c (patch) | |
| tree | 130579102ad3b46e6617c1427d99530af7444a95 /less/sprites.less | |
| parent | 81d1f3b96ea5c78d2e570c07c4c419a32a9b212c (diff) | |
| download | bootstrap-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.less | 5 |
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; } |
