From a7b344fe6231090947f2a330d9067d9efe5231dd Mon Sep 17 00:00:00 2001 From: gebele Date: Wed, 30 Sep 2015 12:03:51 +0200 Subject: adjusted neighbors table --- views/style.scss | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/views/style.scss b/views/style.scss index af19e35..9a3c9df 100644 --- a/views/style.scss +++ b/views/style.scss @@ -7,8 +7,12 @@ h4.head-back, h5.head-back{ .nav-tabs { background-color: #E7E7E7; margin-bottom: 0; -} -.nav-tabs li.active a:hover { - background-color: #f5f5f5; + li.active a:hover { + background-color: #f5f5f5; + } + + li a { + height: 5em; + } } -- cgit v1.2.3