summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2015-09-30 12:03:51 +0200
committergebele <gebele@in-silico.ch>2015-09-30 12:03:51 +0200
commita7b344fe6231090947f2a330d9067d9efe5231dd (patch)
tree37e218f4683505ec40213b153abeb4f136b5de2a
parent0a2bf7843077254d629d136f21a9c6c1dba4975e (diff)
adjusted neighbors table
-rw-r--r--views/style.scss10
1 files 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;
+ }
}