2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

buttons and icons updated for improved placement and variable support for icon paths

This commit is contained in:
Mark Otto
2012-02-04 22:22:19 -08:00
parent 81d1f3b96e
commit 7e81f84b29
5 changed files with 21 additions and 15 deletions
+3 -2
View File
@@ -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; }