aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/fcmc
diff options
context:
space:
mode:
authorDaniel Molkentin2017-07-05 01:41:24 +0200
committerDaniel Molkentin2017-07-05 01:41:24 +0200
commit4a128effa402d91bb35a05653f728a1edc666b32 (patch)
treebdbce49fe06c2ade0d1f61da15c3d47c5c8eaae1 /configs/conferences/fcmc
parent8700cad28e225dc187193859c2cd47410ab5f2a0 (diff)
FCMC: stop jumping on hover
Diffstat (limited to 'configs/conferences/fcmc')
-rw-r--r--configs/conferences/fcmc/main.less3
1 files changed, 0 insertions, 3 deletions
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;
}