From f339f5de2ee6d354f55e14e9340bebc4611535b3 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 09 Jun 2011 19:04:24 -0400
Subject: [PATCH] Unit testing. Documentation. Simplified settings classes.

---
 src/com/gitblit/wicket/resources/gitblit.css |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css
index a0ab10a..7143f85 100644
--- a/src/com/gitblit/wicket/resources/gitblit.css
+++ b/src/com/gitblit/wicket/resources/gitblit.css
@@ -249,6 +249,10 @@
 	border-width: 1px 0px 0px;
 }
 
+div.commit_message a {
+	font-family: monospace;
+}
+
 div.bug_open, span.bug_open {
 	padding: 2px;
 	background-color: #803333;
@@ -633,6 +637,19 @@
 	border-left: 1px solid #ccc;
 }
 
+table.annotated {
+	width: 100%;
+	border: 1px solid #bbb;
+}
+
+table.annotated tr.even {
+	background-color: white;
+}
+
+table.annotated tr.odd {
+	background-color: #fdfbdf;
+}
+
 tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; }
 tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
 tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
@@ -737,7 +754,7 @@
 }
 
 span .otherRef {
-	background-color: #80ccdd;
+	background-color: #b0e0f0;
 	border-color: #80aaaa;	
 }
 

--
Gitblit v1.9.1