aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-11 11:45:33 -0800
committerChris Rebert <[email protected]>2014-12-11 11:45:33 -0800
commitcb4c3a0eae9114af42c3be9a5bca134431e3260f (patch)
tree083a9233ccb3b8b4d478aff309399ead1788eb3e
parent4e27c48248a9846f8c89186c80915feac3388399 (diff)
downloadbootstrap-cb4c3a0eae9114af42c3be9a5bca134431e3260f.tar.xz
bootstrap-cb4c3a0eae9114af42c3be9a5bca134431e3260f.zip
glyphicons.less: lowercase F in codepoint number for consistency
-rw-r--r--less/glyphicons.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/less/glyphicons.less b/less/glyphicons.less
index fcdc91de4..eaf9aa229 100644
--- a/less/glyphicons.less
+++ b/less/glyphicons.less
@@ -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"; } }