1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Add .glyphicon-* aliases for other ISO 4217-ish currency codes

Fixes #15617.
This commit is contained in:
Chris Rebert
2015-01-20 16:24:34 -08:00
parent d9f437f4ec
commit 07a3ea5f54
3 changed files with 20 additions and 0 deletions

View File

@@ -958,12 +958,24 @@ th {
.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";
}