0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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

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"; } }