From 6cc1d4cf3605719af3f9a37ee09cb02519be3571 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Mon, 19 Dec 2011 17:58:43 -0500 Subject: [PATCH] Server-side hook script selection. Documentation. --- resources/bootstrap.gb.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 32aac08..6eeec38 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; } -- Gitblit v1.9.1