From 309c55b5a9670e7c327ad8d4e5d94b8af840d00f Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Fri, 18 Nov 2011 17:46:06 -0500
Subject: [PATCH] Calculate repository color from name. Show swatch on repository list.

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

diff --git a/resources/gitblit.css b/resources/gitblit.css
index 2257286..0586b61 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -22,6 +22,12 @@
     background: url(background.png) repeat-x scroll 0 0 #FFFFFF;
 }
 
+hr {	
+	color: #ffffff;
+	background-color: #ffffff;
+	height: 1px; !important
+}
+
 pre, code, pre.prettyprint, pre.plainprint {
 	color: black;
 	font-family: monospace;

--
Gitblit v1.9.1