lessc ${BOOTSTRAP_RESPONSIVE_LESS}.tmp > ${BOOTSTRAP_RESPONSIVE}; \
rm -f ${BOOTSTRAP_RESPONSIVE_LESS}.tmp; \
node docs/build; \
+ cp img/* docs/assets/img/; \
echo "Bootstrap successfully built! - `date`"; \
else \
echo "You must have the LESS compiler installed in order to build Bootstrap."; \
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Thu Jan 26 22:05:04 PST 2012
+ * Date: Thu Jan 26 22:39:03 PST 2012
*/
article,
aside,
margin-left: 0;
}
.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;
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;
// 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;
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; }