From c2fe08bb91494d3ce9dae60ed89f29bb0057bbf8 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 11 Nov 2011 18:05:33 -0500
Subject: [PATCH] Preparing 0.7.0 release.

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

diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index cf82c87..aa6c409 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -46,6 +46,16 @@
 	border-bottom: 2px solid #ff9900 !important;
 }
 
+.topbar ul li:focus, .topbar .active {
+	background-repeat:no-repeat;
+	background-image: url(arrow_page.png);
+	background-position: center bottom;
+}
+
+.topbar .active a {
+	background-color: transparent !important;
+}
+
 .breadcrumb {
 	margin-top: 5px !important;
 	margin-bottom: 5px !important;

--
Gitblit v1.9.1