]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add .glyphicon-* aliases for other ISO 4217-ish currency codes 15620/head
authorChris Rebert <code@rebertia.com>
Wed, 21 Jan 2015 00:24:34 +0000 (16:24 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 21 Jan 2015 00:24:48 +0000 (16:24 -0800)
Fixes #15617.

dist/css/bootstrap.css
docs/_data/glyphicons.yml
less/glyphicons.less

index c46af7dfbda90bd819d422ef941a49c65de63d27..5b2a5798b39cad348e535173c72945d0aa88e3c6 100644 (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";
 }
index ade750912b6f8b6e92d99e0e90f601358126b217..338e993986a4f37d98df1f68ebe8a2af74505d29 100644 (file)
 - glyphicon-piggy-bank
 - glyphicon-scissors
 - glyphicon-bitcoin
+- glyphicon-btc
+- glyphicon-xbt
 - glyphicon-yen
+- glyphicon-jpy
 - glyphicon-ruble
+- glyphicon-rub
 - glyphicon-scale
 - glyphicon-ice-lolly
 - glyphicon-ice-lolly-tasted
index 8b25f89a59f82c22e2a28ee8384ebd247ea23633..335d80aa6bfebfc5bd64b60f75a9d49ea79687be 100644 (file)
 .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"; } }