From 4a128effa402d91bb35a05653f728a1edc666b32 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin
Date: Wed, 5 Jul 2017 01:41:24 +0200
Subject: FCMC: stop jumping on hover

---
 configs/conferences/fcmc/main.less | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'configs/conferences')

diff --git a/configs/conferences/fcmc/main.less b/configs/conferences/fcmc/main.less
index 91fbd3f..7e57024 100644
--- a/configs/conferences/fcmc/main.less
+++ b/configs/conferences/fcmc/main.less
@@ -28,19 +28,16 @@ html {
 
 .nav-tabs > li.active > a {
 	background-color: @yellow;
-	border-bottom: 2px solid black;
 	color: black; 
 }
 
 .nav-tabs > li.active > a:hover {
 	background-color: #c8b41e;
-	border-bottom: 2px solid black;
 	color: black; 
 }
 
 .nav-tabs > li > a:hover {
 	background-color: #c8b41e;
-	border-bottom: 2px solid black;
 	color: black; 
 }
 
-- 
cgit v1.2.3