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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/com/gitblit/wicket/pages/ShortLogPage.html b/src/com/gitblit/wicket/pages/ShortLogPage.html
index 5afc6cd..f1daa27 100644
--- a/src/com/gitblit/wicket/pages/ShortLogPage.html
+++ b/src/com/gitblit/wicket/pages/ShortLogPage.html
@@ -9,14 +9,14 @@
 	
 	<!-- 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>
          		<td class="author"><span wicket:id="commitAuthor"></span></td>
          		<td><div wicket:id="commitShortMessage"></div></td>
-         		<td><div wicket:id="commitRefs"></div></td>         		
-         		<td><span wicket:id="commitLinks"></span></td>
+         		<td class="rightAlign"><div wicket:id="commitRefs"></div></td>         		
+         		<td class="rightAlign"><span wicket:id="commitLinks"></span></td>
        		</tr>
     	</tbody>
 	</table>	

--
Gitblit v1.9.1