From 332e93c9e8b2ef756ac2b2ec1055262046f988fa Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 30 Mar 2012 20:01:03 -0400
Subject: [PATCH] Merge pull request #10 from jonnybbb/master

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 9b96a1a..7aa208e 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -134,7 +134,7 @@
 }
 
 table {
-	margin-bottom:5px !important;
+	margin-bottom: 5px;
 	font-size: inherit;
 }
 
@@ -773,7 +773,12 @@
 
 table.activity {
 	width: 100%;
-	margin-top: 5px;
+	margin-top: 10px;
+}
+
+table.activity td {
+	padding-top:7px;
+	padding-bottom:7px;
 }
 
 tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }

--
Gitblit v1.9.1