diff options
| author | Mark Otto <[email protected]> | 2014-10-25 17:50:08 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-10-25 17:50:08 -0700 |
| commit | 57b60e3a042999ef6f5f8988ca8297dc19cd6a72 (patch) | |
| tree | 38c8fa354fc9cd064ca579568dc24b5287a6e130 | |
| parent | 018c1c0b6efd176793b962ff5e2774cf18bb0953 (diff) | |
| parent | 49bcdcb0a8223dee3ca0575f57c13a400b12ba7a (diff) | |
| download | bootstrap-57b60e3a042999ef6f5f8988ca8297dc19cd6a72.tar.xz bootstrap-57b60e3a042999ef6f5f8988ca8297dc19cd6a72.zip | |
Merge pull request #14869 from lipis/glyphicon-eur
Added alias for euro -> eur
| -rw-r--r-- | less/glyphicons.less | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index d3485dcb1..6eab7f7c2 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"; } } |
