From 1d221a7731b41474bb73783d8d56ba3b12658b53 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 25 Mar 2012 20:30:05 -0400
Subject: [PATCH] Tweak activity page css for improved spacing
---
resources/gitblit.css | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/resources/gitblit.css b/resources/gitblit.css
index 9b96a1a..38d1438 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -773,7 +773,7 @@
table.activity {
width: 100%;
- margin-top: 5px;
+ margin-top: 10px;
}
tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; }
--
Gitblit v1.9.1