Commit cb4c3a0e authored by Chris Rebert's avatar Chris Rebert

glyphicons.less: lowercase F in codepoint number for consistency

parent 4e27c482
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
.glyphicon-copy { &:before { content: "\e205"; } } .glyphicon-copy { &:before { content: "\e205"; } }
.glyphicon-paste { &:before { content: "\e206"; } } .glyphicon-paste { &:before { content: "\e206"; } }
.glyphicon-door { &:before { content: "\1f6aa"; } } .glyphicon-door { &:before { content: "\1f6aa"; } }
.glyphicon-key { &:before { content: "\1F511"; } } .glyphicon-key { &:before { content: "\1f511"; } }
.glyphicon-alert { &:before { content: "\e209"; } } .glyphicon-alert { &:before { content: "\e209"; } }
.glyphicon-equalizer { &:before { content: "\e210"; } } .glyphicon-equalizer { &:before { content: "\e210"; } }
.glyphicon-king { &:before { content: "\e211"; } } .glyphicon-king { &:before { content: "\e211"; } }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment