From d020116c3a9e5a26ece6ea09f19ccccbaa1cf0f5 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 26 Feb 2014 23:22:37 -0500 Subject: [PATCH] Documentation --- src/main/resources/gitblit.css | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/main/resources/gitblit.css b/src/main/resources/gitblit.css index c07f8bf..91825f7 100644 --- a/src/main/resources/gitblit.css +++ b/src/main/resources/gitblit.css @@ -34,6 +34,10 @@ vertical-align: text-bottom; } +a.bugtraq { + font-weight: bold; +} + [class^="icon-"], [class*=" icon-"] i { /* override for a links that look like bootstrap buttons */ vertical-align: text-bottom; @@ -1287,6 +1291,11 @@ } table.palette td.pane { padding: 0px; + width: 250px !important; +} + +table.palette td.pane select { + width: 250px !important; } table.gitnotes { -- Gitblit v1.9.1