From ff3015527b89a29df0918b7f9ff76f4c983ca7d2 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 12 Sep 2011 15:51:39 -0400
Subject: [PATCH] Adjustments to build script for missing build.properties (issue 18)

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index e4d291a..2257286 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -12,7 +12,7 @@
 }
 
 body {
-	width: 980px;
+	width: 1000px;
 	margin: 5px;
 	background-color: #ffffff;
 	color: #000000;
@@ -174,6 +174,10 @@
 	font-style: italic;
 }
 
+span.userPanel a, span.userPanel a span {
+	font-size: 11px;	
+}
+
 div.page_nav {
 	color: #ddd;
 	background-color: #000070;

--
Gitblit v1.9.1