rebuild + copy images to docs when making
This commit is contained in:
parent
a25f0cce95
commit
815a2ae9f2
5 changed files with 6 additions and 5 deletions
1
Makefile
1
Makefile
|
|
@ -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."; \
|
||||
|
|
|
|||
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
|
||||
*
|
||||
* 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;
|
||||
|
|
|
|||
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>.
|
||||
|
||||
.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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue