Commit f300f03f authored by Patrick H. Lauke's avatar Patrick H. Lauke
Browse files

Merge pull request #16718 from deniss-muhla/patch-1

Expand ISO in CSS codes for asterisk and plus
parents d2d77841 a047eab5
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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"; } }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment