diff options
| author | Chris Rebert <[email protected]> | 2015-01-20 16:24:34 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-20 16:24:48 -0800 |
| commit | 07a3ea5f54e6495fa3d8f548b374a312119ce0f1 (patch) | |
| tree | 2f7465035354bc85fbb1bb64603b24ccbb713dc7 /less | |
| parent | d9f437f4ecf5d4be8d30219a1ed2a113d65e79d4 (diff) | |
| download | bootstrap-07a3ea5f54e6495fa3d8f548b374a312119ce0f1.tar.xz bootstrap-07a3ea5f54e6495fa3d8f548b374a312119ce0f1.zip | |
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
Fixes #15617.
Diffstat (limited to 'less')
| -rw-r--r-- | less/glyphicons.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less index 8b25f89a5..335d80aa6 100644 --- a/less/glyphicons.less +++ b/less/glyphicons.less @@ -266,8 +266,12 @@ .glyphicon-piggy-bank { &:before { content: "\e225"; } } .glyphicon-scissors { &:before { content: "\e226"; } } .glyphicon-bitcoin { &:before { content: "\e227"; } } +.glyphicon-btc { &:before { content: "\e227"; } } +.glyphicon-xbt { &:before { content: "\e227"; } } .glyphicon-yen { &:before { content: "\00a5"; } } +.glyphicon-jpy { &:before { content: "\00a5"; } } .glyphicon-ruble { &:before { content: "\20bd"; } } +.glyphicon-rub { &:before { content: "\20bd"; } } .glyphicon-scale { &:before { content: "\e230"; } } .glyphicon-ice-lolly { &:before { content: "\e231"; } } .glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } } |
