From fe326255202dcfac8b0991ca9d28e3cf4bcc4fe6 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 23 Oct 2011 12:28:48 -0400
Subject: [PATCH] Per-repository setting to skip summary metrics

---
 resources/bootstrap.gb.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index 6ff047b..aa6c409 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -52,6 +52,10 @@
 	background-position: center bottom;
 }
 
+.topbar .active a {
+	background-color: transparent !important;
+}
+
 .breadcrumb {
 	margin-top: 5px !important;
 	margin-bottom: 5px !important;

--
Gitblit v1.9.1