From 2a99c31201b7002e4dd827b226cf2112d17ca1e1 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 24 Oct 2011 22:45:37 -0400
Subject: [PATCH] Functional edit setting feature for Manager. Wrote stacktrace viewer.

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 061fef5..0586b61 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;
@@ -22,6 +22,12 @@
     background: url(background.png) repeat-x scroll 0 0 #FFFFFF;
 }
 
+hr {	
+	color: #ffffff;
+	background-color: #ffffff;
+	height: 1px; !important
+}
+
 pre, code, pre.prettyprint, pre.plainprint {
 	color: black;
 	font-family: monospace;

--
Gitblit v1.9.1