From 13a3f5bc3e2d25fc76850f86070dc34efe60d77a Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 07 Sep 2012 22:06:15 -0400 Subject: [PATCH] Draft project pages, project metadata, and RSS feeds --- resources/gitblit.css | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index b51637d..7a73a24 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -734,6 +734,10 @@ border-bottom: 1px solid #aaa; } +table.repositories tr.group td a { + color: black; +} + table.palette { border:0; width: 0 !important; } table.palette td.header { font-weight: bold; -- Gitblit v1.9.1