aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-10-25 17:50:08 -0700
committerMark Otto <[email protected]>2014-10-25 17:50:08 -0700
commit57b60e3a042999ef6f5f8988ca8297dc19cd6a72 (patch)
tree38c8fa354fc9cd064ca579568dc24b5287a6e130
parent018c1c0b6efd176793b962ff5e2774cf18bb0953 (diff)
parent49bcdcb0a8223dee3ca0575f57c13a400b12ba7a (diff)
downloadbootstrap-57b60e3a042999ef6f5f8988ca8297dc19cd6a72.tar.xz
bootstrap-57b60e3a042999ef6f5f8988ca8297dc19cd6a72.zip
Merge pull request #14869 from lipis/glyphicon-eur
Added alias for euro -> eur
-rw-r--r--less/glyphicons.less3
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"; } }