diff options
| author | Chris Rebert <[email protected]> | 2014-12-11 11:45:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-11 11:45:33 -0800 |
| commit | cb4c3a0eae9114af42c3be9a5bca134431e3260f (patch) | |
| tree | 083a9233ccb3b8b4d478aff309399ead1788eb3e | |
| parent | 4e27c48248a9846f8c89186c80915feac3388399 (diff) | |
| download | bootstrap-cb4c3a0eae9114af42c3be9a5bca134431e3260f.tar.xz bootstrap-cb4c3a0eae9114af42c3be9a5bca134431e3260f.zip | |
glyphicons.less: lowercase F in codepoint number for consistency
| -rw-r--r-- | less/glyphicons.less | 2 |
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"; } } |
