0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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

View File

@ -20,6 +20,7 @@ build:
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."; \

View File

@ -6,7 +6,7 @@
* 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,
@ -1066,7 +1066,7 @@ table .span12 {
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;
@ -1075,7 +1075,7 @@ table .span12 {
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;

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

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; }