From 20a774805a654559f3bb2673e8fa49f4d3f6688e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 May 2014 20:08:57 +0200 Subject: [PATCH] Change kick button glyphicon --- public/css/vroom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/vroom.css b/public/css/vroom.css index 8e84ff5..ebe8dba 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -118,7 +118,7 @@ .actionKick:before{ font-family: 'Glyphicons Halflings'; color: red; - content: "\e020"; + content: "\e083"; } #chatBox { max-height:300px;