From aa1361d04cfe09f90e7d8bece90c00dd6e4185bb Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 03 Jul 2014 16:57:47 -0400
Subject: [PATCH] Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1

---
 src/site/custom.less |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/custom.less b/src/site/custom.less
index ca207df..96e70ca 100644
--- a/src/site/custom.less
+++ b/src/site/custom.less
@@ -66,10 +66,10 @@
 	}
 	
 	ul > li:focus, .active {
-		background-repeat:no-repeat;
-		background-image: url('../../arrow_page.png');
-		background-position: center bottom;
-		outline: 0;
+		outline: 0;	
+		padding-bottom: 1px;
+		border-bottom: 3px solid #ff9900;
+		margin-bottom: -1px;
 	}
 }
 

--
Gitblit v1.9.1