From f9fe6cd05fd3a9c696be8855ebb2cdafba469915 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= <legospace9876@gmail.com>
Date: Sun, 8 Sep 2013 15:37:02 +0200
Subject: [PATCH] Added missing semicolon

---
 less/mixins.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/less/mixins.less b/less/mixins.less
index f5193e4fbc..42523c2aa7 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -480,7 +480,7 @@
     &:active,
     &.active {
       background-color: @background;
-          border-color: @border
+          border-color: @border;
     }
   }
 }
-- 
GitLab