From ce33be67c4c8c783713ad51c187e8296ed71f233 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 05 Apr 2011 08:24:53 -0400
Subject: [PATCH] Fixed-width 980px and centered.  Dropped About.

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 21f6ca7..032b26e 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -8,9 +8,14 @@
 }
 
 body {
+	width: 980px;
 	margin: 5px;
 	background-color: #ffffff;
 	color: #000000;
+    margin-right: auto;
+    margin-left: auto;
+    margin-top: none;
+    padding: 0px;
 }
 
 pre.prettyprint, pre.plainprint {

--
Gitblit v1.9.1