aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanayiotis Lipiridis <[email protected]>2014-10-24 22:52:49 +0200
committerPanayiotis Lipiridis <[email protected]>2014-10-25 01:15:04 +0200
commit49bcdcb0a8223dee3ca0575f57c13a400b12ba7a (patch)
tree547377a94c1470f0b4791a81e969d8c6e6b8c345
parenta92aea5127e805cb44c9d606a71c48fa19ee157b (diff)
downloadbootstrap-49bcdcb0a8223dee3ca0575f57c13a400b12ba7a.tar.xz
bootstrap-49bcdcb0a8223dee3ca0575f57c13a400b12ba7a.zip
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"; } }