Skip to content

Commit

Permalink
Merge pull request #16718 from deniss-muhla/patch-1
Browse files Browse the repository at this point in the history
Expand ISO in CSS codes for asterisk and plus
  • Loading branch information
patrickhlauke committed Jun 27, 2015
2 parents d2d7784 + a047eab commit f300f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions less/glyphicons.less
Original file line number Diff line number Diff line change
Expand Up @@ -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"; } }
Expand Down

0 comments on commit f300f03

Please sign in to comment.