We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2d7784 + a047eab commit f300f03Copy full SHA for f300f03
less/glyphicons.less
@@ -32,8 +32,8 @@
32
}
33
34
// Individual icons
35
-.glyphicon-asterisk { &:before { content: "\2a"; } }
36
-.glyphicon-plus { &:before { content: "\2b"; } }
+.glyphicon-asterisk { &:before { content: "\002a"; } }
+.glyphicon-plus { &:before { content: "\002b"; } }
37
.glyphicon-euro,
38
.glyphicon-eur { &:before { content: "\20ac"; } }
39
.glyphicon-minus { &:before { content: "\2212"; } }
0 commit comments