From f5fa7958b07d0e585542b712b13f7ad9b47a8be9 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 23 Dec 2011 08:28:15 -0500 Subject: [PATCH] Improved logging of GitblitUserService --- resources/bootstrap.gb.css | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 06c4670..08951f2 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -11,6 +11,11 @@ margin-bottom: 10px; } +.settings h3 { + margin-bottom: 0.5em; + border-bottom: 2px solid #000080 !important; +} + .page-header h1, .page-header h2 { color: #0069D6; } @@ -158,6 +163,15 @@ font-style: normal; font-family: sans-serif; font-size: 11px; +} + +span.repositorySwatch { + border-radius: 3px; + padding: 2px 5px; + color: #ffffff; +} +span.repositorySwatch a { + color: inherit; } img.inlineIcon { @@ -676,6 +690,10 @@ width: 13em; } +span.help-inline { + color: #777; +} + span.metricsTitle { font-size: 2em; } -- Gitblit v1.9.1