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.

---
 src/com/gitblit/wicket/pages/ShortLogPage.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/pages/ShortLogPage.html b/src/com/gitblit/wicket/pages/ShortLogPage.html
index ffc0a67..f1daa27 100644
--- a/src/com/gitblit/wicket/pages/ShortLogPage.html
+++ b/src/com/gitblit/wicket/pages/ShortLogPage.html
@@ -9,7 +9,7 @@
 	
 	<!-- shortlog -->	
 	<div style="margin-top:5px;" class="header" wicket:id="summary"></div>	
-	<table class="pretty">
+	<table style="width:100%" "class="pretty">
 		<tbody>
        		<tr wicket:id="commit">
          		<td class="date"><span wicket:id="commitDate"></span></td>

--
Gitblit v1.9.1