From a2709dd91e5d6b18f573016882ccc70799573ad3 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 22 Jul 2011 17:47:53 -0400 Subject: [PATCH] Centralize default branch/HEAD resolution (issue 14) --- resources/gitblit.css | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 08d147a..061fef5 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -174,6 +174,10 @@ font-style: italic; } +span.userPanel a, span.userPanel a span { + font-size: 11px; +} + div.page_nav { color: #ddd; background-color: #000070; @@ -598,14 +602,13 @@ } table.repositories tr.group { - background-color: #E66C2C; + background-color: #C66C2C; } table.repositories tr.group td { - font-weight: bold; - border-bottom: 1px solid orange; + font-weight: bold; color: white; - background-color: #E66C2C; + background-color: #C66C2C; border-left: 1px solid #808080; border-right: 1px solid #808080; padding-left: 5px; -- Gitblit v1.9.1