From 4be52863f9ec6bfbfec12fdc1aa3cefa867a1945 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 21 Mar 2012 22:39:30 -0400
Subject: [PATCH] Adjusted spacing on activity page

---
 resources/gitblit.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 0b285fb..3c265a4 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -295,8 +295,7 @@
 }
 
 div.searchResult .highlight {
-	background-color: #ffffaa;	
-	border: 1px solid #ffcc00;
+	background-color: #ccff66;
 	padding: 0 2px;
 }
 
@@ -760,6 +759,7 @@
 
 table.activity {
 	width: 100%;
+	margin-top: 5px;
 }
 
 tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }

--
Gitblit v1.9.1