From 090cd85cbe14a620bec4e5ef586b0f0eeeb4f0e5 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 May 2014 20:09:19 +0200 Subject: [PATCH] Fix double semicolon --- 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 ebe8dba..19c625c 100644 --- a/public/css/vroom.css +++ b/public/css/vroom.css @@ -64,7 +64,7 @@ font-family: 'Glyphicons Halflings'; color: red; font-size: 2em; - content: "\e124";; + content: "\e124"; } .displayName { text-align: center;