From 5e43f65d95b7e68a7ed90fe17be4594f4d974f4e Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 25 Mar 2012 20:31:19 -0400
Subject: [PATCH] Do not include servlet jar in WAR build
---
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