Update bootstrap

This commit is contained in:
2016-02-01 10:56:56 -05:00
parent 7f54dc4b57
commit 54b9eacd09
19 changed files with 78 additions and 65 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
}
// Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } }
.glyphicon-plus { &:before { content: "\2b"; } }
.glyphicon-asterisk { &:before { content: "\002a"; } }
.glyphicon-plus { &:before { content: "\002b"; } }
.glyphicon-euro,
.glyphicon-eur { &:before { content: "\20ac"; } }
.glyphicon-minus { &:before { content: "\2212"; } }