From 30a127621c89ff6afef7ca2f2942fc9a6c64b102 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Mon, 11 Jul 2011 16:15:50 -0400
Subject: [PATCH] Tone-down the repository group CSS color.

---
 src/com/gitblit/wicket/panels/HistoryPanel.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/com/gitblit/wicket/panels/HistoryPanel.html b/src/com/gitblit/wicket/panels/HistoryPanel.html
index ad0ff2f..9589d14 100644
--- a/src/com/gitblit/wicket/panels/HistoryPanel.html
+++ b/src/com/gitblit/wicket/panels/HistoryPanel.html
@@ -7,19 +7,19 @@
 <body>
 <wicket:panel>
 
-	<!-- header -->	
-	<div class="header" wicket:id="header">[history header]</div>
+	<!-- commit header -->
+	<div wicket:id="commitHeader">[commit header]</div>
 
 	<!-- breadcrumbs -->
 	<div wicket:id="breadcrumbs">[breadcrumbs]</div>
 		
-	<table style="width:100%" class="pretty">
+	<table class="pretty">
 		<tbody>
        		<tr wicket:id="commit">
          		<td class="date"><span wicket:id="commitDate">[commit date]</span></td>
+         		<td class="icon"><img wicket:id="commitIcon" /></td>
          		<td class="author"><span wicket:id="commitAuthor">[commit author]</span></td>
-         		<td><span wicket:id="commitShortMessage">[commit short message]</span></td>
-         		<td class="rightAlign"><span wicket:id="commitRefs">[commit refs]</span></td>         		
+         		<td><div class="references" wicket:id="commitRefs">[commit refs]</div><span wicket:id="commitShortMessage">[commit short message]</span></td>
          		<td class="rightAlign">
          			<span wicket:id="historyLinks">[history links]</span>
 				</td>

--
Gitblit v1.9.1