From c2833a3fd84e8a7f1361cb3c5c03652dead5b337 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 22 Mar 2012 07:49:30 -0400
Subject: [PATCH] Ensure that the line counts start at 1

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 14fe038..3c265a4 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -759,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