2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03:00

glyphicons.less: lowercase F in codepoint number for consistency

This commit is contained in:
Chris Rebert
2014-12-11 11:45:33 -08:00
parent 4e27c48248
commit cb4c3a0eae
+1 -1
View File
@@ -239,7 +239,7 @@
.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"; } }