summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
+ }
}