2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

rebuild + copy images to docs when making

This commit is contained in:
Jacob Thornton
2012-01-26 22:39:17 -08:00
parent a25f0cce95
commit 815a2ae9f2
5 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
// will look like <i class="inbox"></i>.
.icon {
background-image: url(img/glyphicons-halflings-sprite.png);
background-image: url(../img/glyphicons-halflings-sprite.png);
background-position: 0 0;
background-repeat: no-repeat;
display: inline-block;
@@ -21,7 +21,7 @@
height: 14px;
}
.icon.white {
background-image: url(img/glyphicons-halflings-sprite-white.png);
background-image: url(../img/glyphicons-halflings-sprite-white.png);
}
.icon.glass { background-position: 0 0; }