]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
glyphicons.less: lowercase F in codepoint number for consistency
authorChris Rebert <github@rebertia.com>
Thu, 11 Dec 2014 19:45:33 +0000 (11:45 -0800)
committerChris Rebert <github@rebertia.com>
Thu, 11 Dec 2014 19:45:33 +0000 (11:45 -0800)
less/glyphicons.less

index fcdc91de49a70a5b7610d54b67a60bb58cd4eef4..eaf9aa2296d81f41a95ecd9c0a48264cab755838 100644 (file)
 .glyphicon-copy                   { &:before { content: "\e205"; } }
 .glyphicon-paste                  { &:before { content: "\e206"; } }
 .glyphicon-door                   { &:before { content: "\1f6aa"; } }
-.glyphicon-key                    { &:before { content: "\1F511"; } }
+.glyphicon-key                    { &:before { content: "\1f511"; } }
 .glyphicon-alert                  { &:before { content: "\e209"; } }
 .glyphicon-equalizer              { &:before { content: "\e210"; } }
 .glyphicon-king                   { &:before { content: "\e211"; } }