diff options
| author | Chris Rebert <[email protected]> | 2015-01-21 13:16:57 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-01-21 13:16:57 -0800 |
| commit | 22a4d96e9a04bbffed1a9b752eda5cc356300dc3 (patch) | |
| tree | 48accdadb3d826e208308f0db2c5a4180d634d04 /dist/css/bootstrap.css | |
| parent | 1ce502dc4de0accf27a6c37c21d26f4739d09241 (diff) | |
| parent | 07a3ea5f54e6495fa3d8f548b374a312119ce0f1 (diff) | |
| download | bootstrap-22a4d96e9a04bbffed1a9b752eda5cc356300dc3.tar.xz bootstrap-22a4d96e9a04bbffed1a9b752eda5cc356300dc3.zip | |
Merge pull request #15620 from twbs/iso-4217
Add .glyphicon-* aliases for other ISO 4217-ish currency codes
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index c46af7dfb..5b2a5798b 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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"; } |
