mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
rebuild + copy images to docs when making
This commit is contained in:
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 |
Reference in New Issue
Block a user