mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
rebuild + copy images to docs when making
This commit is contained in:
+2
-2
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user