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 */
|
||||
.icon-red {
|
||||
background-image: image-url("img/glyphicons-halflings-red.png");
|
||||
}
|
||||
|
||||
.icon-green {
|
||||
background-image: image-url("img/glyphicons-halflings-green.png");
|
||||
}
|
||||
|
||||
.icon-blue {
|
||||
background-image: image-url("img/glyphicons-halflings-blue.png");
|
||||
}
|
||||
.icon-white { background-image: image_url("img/glyphicons-halflings-white.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-blue { background-image: image-url("img/glyphicons-halflings-blue.png"); }
|
||||
|
||||
/* styles */
|
||||
.multi-photo {
|
||||
|
|
|
|||
Loading…
Reference in a new issue