From: Panayiotis Lipiridis Date: Fri, 24 Oct 2014 20:52:49 +0000 (+0200) Subject: Added alias for euro -> eur X-Git-Tag: v3.3.0~51^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49bcdcb0a8223dee3ca0575f57c13a400b12ba7a;p=thirdparty%2Fbootstrap.git Added alias for euro -> eur --- diff --git a/less/glyphicons.less b/less/glyphicons.less index d3485dcb14..6eab7f7c20 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -33,7 +33,8 @@ // Individual icons .glyphicon-asterisk { &:before { content: "\2a"; } } .glyphicon-plus { &:before { content: "\2b"; } } -.glyphicon-euro { &:before { content: "\20ac"; } } +.glyphicon-euro, +.glyphicon-eur { &:before { content: "\20ac"; } } .glyphicon-minus { &:before { content: "\2212"; } } .glyphicon-cloud { &:before { content: "\2601"; } } .glyphicon-envelope { &:before { content: "\2709"; } }