From 9e5beeecd2a462337ca5a893bf1458c25df26060 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 05 Oct 2011 08:04:47 -0400
Subject: [PATCH] Refactored topbar navigation links to indicate current page.
---
resources/bootstrap.gb.css | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index cf82c87..6ff047b 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -46,6 +46,12 @@
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;
+}
+
.breadcrumb {
margin-top: 5px !important;
margin-bottom: 5px !important;
--
Gitblit v1.9.1