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. --- resources/gitblit.css | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 2947418..e4d291a 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -56,6 +56,11 @@ padding-right: 1px; } +img.overview { + float:right; + border:1px solid #CCCCCC; +} + a { color: #0000cc; } @@ -593,14 +598,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