mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
rebuild + copy images to docs when making
This commit is contained in:
parent
a25f0cce95
commit
815a2ae9f2
1
Makefile
1
Makefile
@ -20,6 +20,7 @@ build:
|
|||||||
lessc ${BOOTSTRAP_RESPONSIVE_LESS}.tmp > ${BOOTSTRAP_RESPONSIVE}; \
|
lessc ${BOOTSTRAP_RESPONSIVE_LESS}.tmp > ${BOOTSTRAP_RESPONSIVE}; \
|
||||||
rm -f ${BOOTSTRAP_RESPONSIVE_LESS}.tmp; \
|
rm -f ${BOOTSTRAP_RESPONSIVE_LESS}.tmp; \
|
||||||
node docs/build; \
|
node docs/build; \
|
||||||
|
cp img/* docs/assets/img/; \
|
||||||
echo "Bootstrap successfully built! - `date`"; \
|
echo "Bootstrap successfully built! - `date`"; \
|
||||||
else \
|
else \
|
||||||
echo "You must have the LESS compiler installed in order to build Bootstrap."; \
|
echo "You must have the LESS compiler installed in order to build Bootstrap."; \
|
||||||
|
6
docs/assets/css/bootstrap.css
vendored
6
docs/assets/css/bootstrap.css
vendored
@ -6,7 +6,7 @@
|
|||||||
* http://www.apache.org/licenses/LICENSE-2.0
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
*
|
*
|
||||||
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
* 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,
|
article,
|
||||||
aside,
|
aside,
|
||||||
@ -1066,7 +1066,7 @@ table .span12 {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
.icon {
|
.icon {
|
||||||
background-image: url(img/glyphicons-halflings-sprite.png);
|
background-image: url(../img/glyphicons-halflings-sprite.png);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -1075,7 +1075,7 @@ table .span12 {
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
.icon.white {
|
.icon.white {
|
||||||
background-image: url(img/glyphicons-halflings-sprite-white.png);
|
background-image: url(../img/glyphicons-halflings-sprite-white.png);
|
||||||
}
|
}
|
||||||
.icon.glass {
|
.icon.glass {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
|
BIN
docs/assets/img/glyphicons-halflings-sprite-white.png
Normal file
BIN
docs/assets/img/glyphicons-halflings-sprite-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
docs/assets/img/glyphicons-halflings-sprite.png
Normal file
BIN
docs/assets/img/glyphicons-halflings-sprite.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -12,7 +12,7 @@
|
|||||||
// will look like <i class="inbox"></i>.
|
// will look like <i class="inbox"></i>.
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
background-image: url(img/glyphicons-halflings-sprite.png);
|
background-image: url(../img/glyphicons-halflings-sprite.png);
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -21,7 +21,7 @@
|
|||||||
height: 14px;
|
height: 14px;
|
||||||
}
|
}
|
||||||
.icon.white {
|
.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; }
|
.icon.glass { background-position: 0 0; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user