Skip to content

Commit f300f03

Browse files
committed
Merge pull request twbs#16718 from deniss-muhla/patch-1
Expand ISO in CSS codes for asterisk and plus
2 parents d2d7784 + a047eab commit f300f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

less/glyphicons.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
}
3333

3434
// Individual icons
35-
.glyphicon-asterisk { &:before { content: "\2a"; } }
36-
.glyphicon-plus { &:before { content: "\2b"; } }
35+
.glyphicon-asterisk { &:before { content: "\002a"; } }
36+
.glyphicon-plus { &:before { content: "\002b"; } }
3737
.glyphicon-euro,
3838
.glyphicon-eur { &:before { content: "\20ac"; } }
3939
.glyphicon-minus { &:before { content: "\2212"; } }

0 commit comments

Comments
 (0)