added bootstrap extensions to new-templates [ci skip]
This commit is contained in:
parent
d755f03cd0
commit
59f092c26a
1 changed files with 5 additions and 11 deletions
|
|
@ -111,17 +111,11 @@ $night-text-color : #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* bootstrap extentions */
|
/* bootstrap extentions */
|
||||||
.icon-red {
|
.icon-white { background-image: image_url("img/glyphicons-halflings-white.png"); }
|
||||||
background-image: image-url("img/glyphicons-halflings-red.png");
|
.icon-black { background-image: image_url("img/glyphicons-halflings.png"); }
|
||||||
}
|
.icon-red { background-image: image-url("img/glyphicons-halflings-red.png"); }
|
||||||
|
.icon-green { background-image: image-url("img/glyphicons-halflings-green.png"); }
|
||||||
.icon-green {
|
.icon-blue { background-image: image-url("img/glyphicons-halflings-blue.png"); }
|
||||||
background-image: image-url("img/glyphicons-halflings-green.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-blue {
|
|
||||||
background-image: image-url("img/glyphicons-halflings-blue.png");
|
|
||||||
}
|
|
||||||
|
|
||||||
/* styles */
|
/* styles */
|
||||||
.multi-photo {
|
.multi-photo {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue